Force activate parent window before dialog is shown (#4663)

This commit is contained in:
MutantAura 2023-04-10 23:04:31 +01:00 committed by GitHub
parent a947a45d81
commit a4780ab33b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,8 @@ namespace Ryujinx.Ava.UI.Applet
bool opened = false;
_parent.Activate();
UserResult response = await ContentDialogHelper.ShowDeferredContentDialog(_parent,
title,
message,