From 68ba0d4a215f8c99649779e71cd9ff31eb210edc Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Fri, 27 Dec 2024 18:04:11 -0500 Subject: Fix BinaryFill Example --- internal/ui/style.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/ui') 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{ -- cgit v1.2.3