Sometimes the progressbar is not displayed, so I decided not to hide it.

This commit is contained in:
2024-01-20 17:05:16 +06:00
parent fc38a1b20c
commit 9bb19a0263
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,6 @@ func (p progress) Run(stdOut io.ReadCloser, stdErr io.ReadCloser) error {
p.progressbar.Value = 0
p.progressbar.Max = p.totalDuration
p.progressbar.Show()
p.progressbar.Refresh()
progress := 0.0