Skip to content

Commit

Permalink
Change progressbar type
Browse files Browse the repository at this point in the history
  • Loading branch information
xplshn committed Sep 28, 2024
1 parent 1d544cb commit be18c54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions utility_progressbar.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
//go:build !spinner
// +build !spinner

package main

import (
Expand All @@ -24,7 +22,7 @@ func spawnProgressBar(contentLength int64, useSpinnerType bool) *progressbar.Pro
progressbar.OptionClearOnFinish(),
progressbar.OptionFullWidth(),
progressbar.OptionShowBytes(true),
progressbar.OptionSpinnerType(39),
progressbar.OptionSpinnerType(68),
)
}

Expand Down

0 comments on commit be18c54

Please sign in to comment.