Update code comments

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jack Ye 2025-09-21 16:25:24 +08:00 committed by GitHub
parent 99b7bdab27
commit f1ae421853
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ----------------------------------------------------");