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

View File

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