mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-27 20:40:47 -07:00
Force activate parent window before dialog is shown (#4663)
This commit is contained in:
@ -53,6 +53,8 @@ namespace Ryujinx.Ava.UI.Applet
|
||||
|
||||
bool opened = false;
|
||||
|
||||
_parent.Activate();
|
||||
|
||||
UserResult response = await ContentDialogHelper.ShowDeferredContentDialog(_parent,
|
||||
title,
|
||||
message,
|
||||
|
Reference in New Issue
Block a user