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 495e2c1 commit 40f1fc6Copy full SHA for 40f1fc6
Flow.Launcher.Infrastructure/Hotkey/RegisteredHotkeyData.cs
@@ -26,7 +26,7 @@ public record RegisteredHotkeyData
26
/// <summary>
27
/// <see cref="HotkeyModel"/> representation of this hotkey.
28
/// </summary>
29
- public HotkeyModel Hotkey { get; }
+ public HotkeyModel Hotkey { get; set; }
30
31
32
/// String key in the localization dictionary that represents this hotkey. For example, <c>ReloadPluginHotkey</c>,
0 commit comments