Skip to content

Commit 6ff468a

Browse files
committed
respect gamemode as well
1 parent e7bcfa5 commit 6ff468a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/Helper/HotKeyMapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ internal static void Initialize(MainViewModel mainVM)
2525

2626
internal static void OnToggleHotkey(object sender, HotkeyEventArgs args)
2727
{
28-
if (!mainViewModel.ShouldIgnoreHotkeys())
28+
if (!mainViewModel.ShouldIgnoreHotkeys() && !mainViewModel.GameModeStatus)
2929
mainViewModel.ToggleFlowLauncher();
3030
}
3131

0 commit comments

Comments
 (0)