We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7bcfa5 commit 6ff468aCopy full SHA for 6ff468a
Flow.Launcher/Helper/HotKeyMapper.cs
@@ -25,7 +25,7 @@ internal static void Initialize(MainViewModel mainVM)
25
26
internal static void OnToggleHotkey(object sender, HotkeyEventArgs args)
27
{
28
- if (!mainViewModel.ShouldIgnoreHotkeys())
+ if (!mainViewModel.ShouldIgnoreHotkeys() && !mainViewModel.GameModeStatus)
29
mainViewModel.ToggleFlowLauncher();
30
}
31
0 commit comments