mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix build issue
This commit is contained in:
parent
11e8a58b3b
commit
2ce415791a
1 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.ObjectModel;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows;
|
||||
using System.Windows.Input;
|
||||
|
|
@ -221,7 +221,8 @@ namespace Flow.Launcher
|
|||
case HotkeyType.WindowPluginHotkey:
|
||||
// We should not save it to settings here because it is a custom plugin hotkey
|
||||
// and it will be saved in the plugin settings
|
||||
hotkey = value;
|
||||
hotkey = value;
|
||||
break;
|
||||
default:
|
||||
throw new System.NotImplementedException("Hotkey type not set");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue