ava: Fix invisible swkbd applet on Linux (#4130)
This commit is contained in:
parent
0fbcd630bc
commit
1a1d33a018
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ namespace Ryujinx.Ava.Ui.Controls
|
||||||
|
|
||||||
overlay.Position = window.PointToScreen(new Point());
|
overlay.Position = window.PointToScreen(new Point());
|
||||||
|
|
||||||
await contentDialog.ShowAsync();
|
await contentDialog.ShowAsync(overlay);
|
||||||
contentDialog.Closed -= handler;
|
contentDialog.Closed -= handler;
|
||||||
overlay.Close();
|
overlay.Close();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue