mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Allow setter for RegisteredHotkeyData.Hotkey
This commit is contained in:
parent
495e2c1884
commit
40f1fc6421
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ public record RegisteredHotkeyData
|
|||
/// <summary>
|
||||
/// <see cref="HotkeyModel"/> representation of this hotkey.
|
||||
/// </summary>
|
||||
public HotkeyModel Hotkey { get; }
|
||||
public HotkeyModel Hotkey { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// String key in the localization dictionary that represents this hotkey. For example, <c>ReloadPluginHotkey</c>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue