mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-26 00:17:10 +02:00
Force activate parent window before dialog is shown (#4663)
This commit is contained in:
parent
8bc1440ce0
commit
c556b9f4f9
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…
Add table
Add a link
Reference in a new issue