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:
parent
6b4c7a7f5d
commit
b335df6c9b
@ -40,8 +40,7 @@ func (widget *Widget) Refresh() {
|
|||||||
widget.View.Clear()
|
widget.View.Clear()
|
||||||
fmt.Fprintf(
|
fmt.Fprintf(
|
||||||
widget.View,
|
widget.View,
|
||||||
fmt.Sprintf("%%%ds\n%%%ds", w-2, w-1),
|
fmt.Sprintf("\n%%%ds", w-1),
|
||||||
widget.animation(),
|
|
||||||
widget.timezones(),
|
widget.timezones(),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user