mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add initialization log information
This commit is contained in:
parent
f63b8bd2fc
commit
e41eccc88d
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue