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:
parent
4359d3ad1a
commit
b9f5a26b27
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue