1
0
forked from MeloNX/MeloNX

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 5f503d4209
commit e704f2a166

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();
};