ava: Fix regression on title updater and dlc manager window caused by precious commit
This commit is contained in:
parent
9e04e6cba1
commit
487261592e
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue