Skip to content

Commit

Permalink
Force activate parent window before dialog is shown (Ryujinx#4663)
Browse files Browse the repository at this point in the history
  • Loading branch information
MutantAura committed Apr 10, 2023
1 parent a947a45 commit a4780ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Ryujinx.Ava/UI/Applet/AvaHostUiHandler.cs
Expand Up @@ -53,6 +53,8 @@ public bool DisplayMessageDialog(string title, string message)
bool opened = false;
_parent.Activate();
UserResult response = await ContentDialogHelper.ShowDeferredContentDialog(_parent,
title,
message,
Expand Down

0 comments on commit a4780ab

Please sign in to comment.