mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge branch 'squirrel_upgrade' of https://github.com/Flow-Launcher/Flow.Launcher into squirrel_upgrade
This commit is contained in:
commit
813be4af2b
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