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 16e032e commit e7bcfa5Copy full SHA for e7bcfa5
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.GameModeStatus)
+ if (!mainViewModel.ShouldIgnoreHotkeys())
29
mainViewModel.ToggleFlowLauncher();
30
}
31
0 commit comments