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 11e8a58 commit 2ce4157Copy full SHA for 2ce4157
Flow.Launcher/HotkeyControl.xaml.cs
@@ -1,4 +1,4 @@
1
-using System.Collections.ObjectModel;
+using System.Collections.ObjectModel;
2
using System.Threading.Tasks;
3
using System.Windows;
4
using System.Windows.Input;
@@ -221,7 +221,8 @@ public string Hotkey
221
case HotkeyType.WindowPluginHotkey:
222
// We should not save it to settings here because it is a custom plugin hotkey
223
// and it will be saved in the plugin settings
224
- hotkey = value;
+ hotkey = value;
225
+ break;
226
default:
227
throw new System.NotImplementedException("Hotkey type not set");
228
}
0 commit comments