Explorar el Código

ava: Fix regression on title updater and dlc manager window caused by precious commit

Mary hace 2 años
padre
commit
487261592e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Ryujinx.Ava/UI/Helpers/ContentDialogHelper.cs

+ 1 - 1
src/Ryujinx.Ava/UI/Helpers/ContentDialogHelper.cs

@@ -315,7 +315,7 @@ namespace Ryujinx.Ava.UI.Helpers
 
             Window parent = GetMainWindow();
 
-            if (parent is MainWindow window && window.ViewModel.IsGameRunning)
+            if (parent is MainWindow window)
             {
                 parent.Activate();