diff options
Diffstat (limited to 'internal/ui')
-rw-r--r-- | internal/ui/style.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/ui/style.go b/internal/ui/style.go index 71bff48..f6f7169 100644 --- a/internal/ui/style.go +++ b/internal/ui/style.go @@ -61,7 +61,7 @@ func init() { baseSliderOpts := []progress.Option{ progress.WithColorProfile(ColorProfile()), progress.WithoutPercentage(), - // progress.WithFillCharacters(" ", "█"), // for legacy look + // progress.WithBinaryFill(), // uncomment for legacy look } style = StyleSheet{ |