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:
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();
|
Window parent = GetMainWindow();
|
||||||
|
|
||||||
if (parent is MainWindow window && window.ViewModel.IsGameRunning)
|
if (parent is MainWindow window)
|
||||||
{
|
{
|
||||||
parent.Activate();
|
parent.Activate();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue