mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 14:51:52 +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;
|
bool opened = false;
|
||||||
|
|
||||||
|
_parent.Activate();
|
||||||
|
|
||||||
UserResult response = await ContentDialogHelper.ShowDeferredContentDialog(_parent,
|
UserResult response = await ContentDialogHelper.ShowDeferredContentDialog(_parent,
|
||||||
title,
|
title,
|
||||||
message,
|
message,
|
||||||
|
|
Loading…
Reference in a new issue