Allow setter for RegisteredHotkeyData.Hotkey

This commit is contained in:
Jack251970 2025-07-02 13:29:06 +08:00
parent 495e2c1884
commit 40f1fc6421

View file

@ -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>,