Skip to content

Commit 40f1fc6

Browse files
committed
Allow setter for RegisteredHotkeyData.Hotkey
1 parent 495e2c1 commit 40f1fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/Hotkey/RegisteredHotkeyData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public record RegisteredHotkeyData
2626
/// <summary>
2727
/// <see cref="HotkeyModel"/> representation of this hotkey.
2828
/// </summary>
29-
public HotkeyModel Hotkey { get; }
29+
public HotkeyModel Hotkey { get; set; }
3030

3131
/// <summary>
3232
/// String key in the localization dictionary that represents this hotkey. For example, <c>ReloadPluginHotkey</c>,

0 commit comments

Comments
 (0)