respect gamemode as well

This commit is contained in:
Hongtao Zhang 2022-02-25 16:43:27 -06:00
parent e7bcfa5437
commit 6ff468a586

View file

@ -25,7 +25,7 @@ namespace Flow.Launcher.Helper
internal static void OnToggleHotkey(object sender, HotkeyEventArgs args)
{
if (!mainViewModel.ShouldIgnoreHotkeys())
if (!mainViewModel.ShouldIgnoreHotkeys() && !mainViewModel.GameModeStatus)
mainViewModel.ToggleFlowLauncher();
}