From 40f1fc642178e92558f804c7800faa40f045b597 Mon Sep 17 00:00:00 2001
From: Jack251970 <1160210343@qq.com>
Date: Wed, 2 Jul 2025 13:29:06 +0800
Subject: [PATCH] Allow setter for RegisteredHotkeyData.Hotkey
---
Flow.Launcher.Infrastructure/Hotkey/RegisteredHotkeyData.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Flow.Launcher.Infrastructure/Hotkey/RegisteredHotkeyData.cs b/Flow.Launcher.Infrastructure/Hotkey/RegisteredHotkeyData.cs
index b0477d79d..a39702723 100644
--- a/Flow.Launcher.Infrastructure/Hotkey/RegisteredHotkeyData.cs
+++ b/Flow.Launcher.Infrastructure/Hotkey/RegisteredHotkeyData.cs
@@ -26,7 +26,7 @@ public record RegisteredHotkeyData
///
/// representation of this hotkey.
///
- public HotkeyModel Hotkey { get; }
+ public HotkeyModel Hotkey { get; set; }
///
/// String key in the localization dictionary that represents this hotkey. For example, ReloadPluginHotkey,