mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Fix missing title in Clocks
This commit is contained in:
@@ -88,7 +88,7 @@ func (widget *Widget) display() {
|
||||
str = str + widget.format(tweet)
|
||||
}
|
||||
|
||||
widget.Redraw(title, str, false)
|
||||
widget.Redraw(title, str, true)
|
||||
}
|
||||
|
||||
// If the tweet's Username is the same as the account we're watching, no
|
||||
|
||||
Reference in New Issue
Block a user