1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-01-28 10:36:46 -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();
if (parent is MainWindow window && window.ViewModel.IsGameRunning)
if (parent is MainWindow window)
{
parent.Activate();