mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update code comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
99b7bdab27
commit
f1ae421853
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ namespace Flow.Launcher
|
|||
// Clean up after portability updates
|
||||
Ioc.Default.GetRequiredService<Portable>().PreStartCleanUpAfterPortabilityUpdate();
|
||||
|
||||
// Initialize logger after data path initialization during portable clean up
|
||||
// Initialize logger after data path initialization during portable clean up to ensure correct log directory path is used
|
||||
Log.SetLogLevel(_settings.LogLevel);
|
||||
|
||||
API.LogInfo(ClassName, "Begin Flow Launcher startup ----------------------------------------------------");
|
||||
|
|
|
|||
Loading…
Reference in a new issue