mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Merge branch 'master' of https://github.com/senorprogrammer/wtf
fixed conflict. Signed-off-by: Mike Lloyd <mike@reboot3times.org>
This commit is contained in:
@@ -33,12 +33,12 @@ func (widget *Widget) Refresh() {
|
||||
}
|
||||
|
||||
widget.UpdateRefreshedAt()
|
||||
widget.View.Clear()
|
||||
|
||||
fmt.Fprintf(
|
||||
widget.View,
|
||||
"\n%s",
|
||||
widget.animation(),
|
||||
widget.View.SetText(
|
||||
fmt.Sprintf(
|
||||
"\n%s",
|
||||
widget.animation(),
|
||||
),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user