1
0
forked from MeloNX/MeloNX

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 8bc1440ce0
commit c556b9f4f9

View File

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