From f1ae421853dadd503663b1cd717d8c6e4b0dd73f Mon Sep 17 00:00:00 2001 From: Jack Ye <1160210343@qq.com> Date: Sun, 21 Sep 2025 16:25:24 +0800 Subject: [PATCH] Update code comments Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Flow.Launcher/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/App.xaml.cs b/Flow.Launcher/App.xaml.cs index e4ff3e9b3..2525a90df 100644 --- a/Flow.Launcher/App.xaml.cs +++ b/Flow.Launcher/App.xaml.cs @@ -198,7 +198,7 @@ namespace Flow.Launcher // Clean up after portability updates Ioc.Default.GetRequiredService().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 ----------------------------------------------------");