This commit is contained in:
CJK_mkp
2025-08-28 18:07:39 +08:00
committed by GitHub
parent 78b66c141e
commit 357983179c
+1 -1
View File
@@ -17,7 +17,7 @@ namespace Ink_Canvas.Helpers
private readonly Dictionary<string, HotkeyInfo> _registeredHotkeys;
private readonly MainWindow _mainWindow;
private bool _isDisposed = false;
private bool _hotkeysShouldBeRegistered = ture // 启动时注册热键
private bool _hotkeysShouldBeRegistered = true; // 启动时注册热键
// 配置文件路径
private static readonly string HotkeyConfigFile = Path.Combine(App.RootPath, "HotkeyConfig.json");