Skip to content

Commit e41eccc

Browse files
committed
Add initialization log information
1 parent f63b8bd commit e41eccc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Flow.Launcher/Helper/HotKeyMapper.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ private static void InitializeRegisteredHotkeys()
155155
_settings.RegisteredHotkeys.Add(hotkey);
156156
SetHotkey(hotkey);
157157
}
158+
159+
App.API.LogDebug(ClassName, $"Initialize {_settings.RegisteredHotkeys.Count} hotkeys:\n[\n\t{string.Join(",\n\t", _settings.RegisteredHotkeys)}\n]");
158160
}
159161

160162
#endregion

0 commit comments

Comments
 (0)