1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Removed the animation from Status. No longer needed.

This commit is contained in:
Chris Cummer 2018-04-16 12:19:57 -07:00 committed by Chris Cummer
parent 6b4c7a7f5d
commit b335df6c9b

View File

@ -40,8 +40,7 @@ func (widget *Widget) Refresh() {
widget.View.Clear()
fmt.Fprintf(
widget.View,
fmt.Sprintf("%%%ds\n%%%ds", w-2, w-1),
widget.animation(),
fmt.Sprintf("\n%%%ds", w-1),
widget.timezones(),
)