Start progress bar only when sync begins, not on form open

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
duffyduck 2026-04-03 18:03:07 +02:00
parent 4359d3ad1a
commit b9f5a26b27
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ namespace StarfaceOutlookSync.UI
_progressBar = new ProgressBar _progressBar = new ProgressBar
{ {
Left = 12, Top = 38, Width = 460, Height = 22, Left = 12, Top = 38, Width = 460, Height = 22,
Style = ProgressBarStyle.Marquee Style = ProgressBarStyle.Blocks,
Value = 0
}; };
_txtLog = new TextBox _txtLog = new TextBox