Explorar el Código

Force activate parent window before dialog is shown (#4663)

MutantAura hace 3 años
padre
commit
a4780ab33b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Ryujinx.Ava/UI/Applet/AvaHostUiHandler.cs

+ 2 - 0
Ryujinx.Ava/UI/Applet/AvaHostUiHandler.cs

@@ -53,6 +53,8 @@ namespace Ryujinx.Ava.UI.Applet
 
                     bool opened = false;
 
+                    _parent.Activate();
+
                     UserResult response = await ContentDialogHelper.ShowDeferredContentDialog(_parent,
                        title,
                        message,