1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-18 07:46:39 +00: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();