diff --git a/Flow.Launcher/HotkeyControl2.xaml.cs b/Flow.Launcher/HotkeyControl2.xaml.cs index d7479acbf..86973a754 100644 --- a/Flow.Launcher/HotkeyControl2.xaml.cs +++ b/Flow.Launcher/HotkeyControl2.xaml.cs @@ -127,6 +127,7 @@ namespace Flow.Launcher switch (dialog.ResultType) { case HotkeyControl2Dialog.EResultType.Cancel: + SetHotkey(Hotkey); return; case HotkeyControl2Dialog.EResultType.Save: SetHotkey(dialog.ResultValue);