1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-23 07:06:27 -05:00

ava: Fix invisible swkbd applet on Linux (#4130)

This commit is contained in:
TSRBerry
2022-12-16 02:40:55 +01:00
committed by GitHub
parent 0fbcd630bc
commit 1a1d33a018

View File

@@ -111,7 +111,7 @@ namespace Ryujinx.Ava.Ui.Controls
overlay.Position = window.PointToScreen(new Point());
await contentDialog.ShowAsync();
await contentDialog.ShowAsync(overlay);
contentDialog.Closed -= handler;
overlay.Close();
};