Add initialization log information

This commit is contained in:
Jack251970 2025-07-02 13:47:03 +08:00
parent f63b8bd2fc
commit e41eccc88d

View file

@ -155,6 +155,8 @@ internal static class HotKeyMapper
_settings.RegisteredHotkeys.Add(hotkey);
SetHotkey(hotkey);
}
App.API.LogDebug(ClassName, $"Initialize {_settings.RegisteredHotkeys.Count} hotkeys:\n[\n\t{string.Join(",\n\t", _settings.RegisteredHotkeys)}\n]");
}
#endregion