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 Matt Heins
parent dce48a3e38
commit 0f40bb4f70

View file

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