mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 12:01:43 +00:00
Force activate parent window before dialog is shown (#4663)
This commit is contained in:
parent
a947a45d81
commit
a4780ab33b
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ namespace Ryujinx.Ava.UI.Applet
|
|||
|
||||
bool opened = false;
|
||||
|
||||
_parent.Activate();
|
||||
|
||||
UserResult response = await ContentDialogHelper.ShowDeferredContentDialog(_parent,
|
||||
title,
|
||||
message,
|
||||
|
|
Loading…
Reference in a new issue