Skip to content

Commit

Permalink
Fix: Retroarch not getting focus properly when launched #652
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefNemec committed Jun 4, 2018
1 parent 2fe5697 commit 5d87d18
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source/PlayniteUI/Windows/FullscreenWindow.xaml.cs
Expand Up @@ -23,15 +23,10 @@ public FullscreenWindow()

private void WindowFullscreen_Activated(object sender, System.EventArgs e)
{
if (!PlayniteEnvironment.IsDebugBuild)
{
Topmost = true;
}
}

private void WindowFullscreen_Deactivated(object sender, System.EventArgs e)
{
Topmost = false;
}
}
}

0 comments on commit 5d87d18

Please sign in to comment.