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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user