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:
@@ -90,7 +90,7 @@ func (widget *Widget) display() {
|
||||
text = text + widget.plainText()
|
||||
}
|
||||
|
||||
widget.Redraw(title, text, false)
|
||||
widget.Redraw(title, text, true)
|
||||
}
|
||||
|
||||
func (widget *Widget) fileName() string {
|
||||
|
||||
Reference in New Issue
Block a user