From b9f5a26b27fbc352f98fec45a38c1eeaf33cd73a Mon Sep 17 00:00:00 2001 From: duffyduck Date: Fri, 3 Apr 2026 18:03:07 +0200 Subject: [PATCH] Start progress bar only when sync begins, not on form open Co-Authored-By: Claude Opus 4.6 (1M context) --- src/StarfaceOutlookSync/UI/SyncProgressForm.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/StarfaceOutlookSync/UI/SyncProgressForm.cs b/src/StarfaceOutlookSync/UI/SyncProgressForm.cs index 74240aca..381dffd8 100644 --- a/src/StarfaceOutlookSync/UI/SyncProgressForm.cs +++ b/src/StarfaceOutlookSync/UI/SyncProgressForm.cs @@ -41,7 +41,8 @@ namespace StarfaceOutlookSync.UI _progressBar = new ProgressBar { Left = 12, Top = 38, Width = 460, Height = 22, - Style = ProgressBarStyle.Marquee + Style = ProgressBarStyle.Blocks, + Value = 0 }; _txtLog = new TextBox