mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix a bug with HotkeyControl2 not re-registering the global hotkey after pressing "Cancel"
This commit is contained in:
parent
20fa61dc5d
commit
8c90980b47
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ namespace Flow.Launcher
|
|||
switch (dialog.ResultType)
|
||||
{
|
||||
case HotkeyControl2Dialog.EResultType.Cancel:
|
||||
SetHotkey(Hotkey);
|
||||
return;
|
||||
case HotkeyControl2Dialog.EResultType.Save:
|
||||
SetHotkey(dialog.ResultValue);
|
||||
|
|
|
|||
Loading…
Reference in a new issue