Avalonia: Fix dialog issues caused by 1.1.1105 (#6211)

* Set _contentDialogOverlayWindow to null

* Make CheckLaunchState async
This commit is contained in:
TSRBerry 2024-01-29 22:57:20 +01:00 committed by GitHub
parent 4117c13377
commit 4e81ab4229
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 17 deletions

View file

@ -388,6 +388,7 @@ namespace Ryujinx.Ava.UI.Helpers
{
_contentDialogOverlayWindow.Content = null;
_contentDialogOverlayWindow.Close();
_contentDialogOverlayWindow = null;
}
return result;