respect fullscreen setting when toggling main hotkey

This commit is contained in:
Hongtao Zhang 2022-02-25 16:41:25 -06:00
parent 16e032ea55
commit e7bcfa5437

View file

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