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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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