Skip to content

Commit

Permalink
progressindicator: Don't hide by default as this would increase time …
Browse files Browse the repository at this point in the history
…to create widgets in the first place
  • Loading branch information
roblillack committed May 14, 2024
1 parent 724ee73 commit e85e4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion progressIndicator.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func NewProgressIndicator(x int, y int, w int, h int) *ProgressIndicator {
autohide: false,
}
indicator.SetIsIndeterminate(false)
indicator.Hide()
// indicator.Hide()
return indicator
}

Expand Down

0 comments on commit e85e4be

Please sign in to comment.