1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-23 10:26:28 -05:00

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,