1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-02-10 17:39:34 -06:00

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

This commit is contained in:
Mary 2023-07-21 22:50:10 +02:00
parent 9e04e6cba1
commit 487261592e

View File

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