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 7d0cf1f commit 805b8efCopy full SHA for 805b8ef
Flow.Launcher/Helper/HotKeyMapper.cs
@@ -374,8 +374,7 @@ private static void SetHotkey(RegisteredHotkeyData hotkeyData)
374
private static void RemoveHotkey(RegisteredHotkeyData hotkeyData)
375
{
376
if (hotkeyData is null || // Hotkey data is invalid
377
- hotkeyData.Hotkey.IsEmpty || // Hotkey is none
378
- hotkeyData.Command is null) // No need to set - it is a system command
+ hotkeyData.Hotkey.IsEmpty) // Hotkey is none
379
380
return;
381
}
0 commit comments