mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Re-apply the explicit title rendering for focusable widgets
This commit is contained in:
@@ -40,7 +40,7 @@ func (widget *Widget) Refresh() {
|
||||
content = widget.contentFrom(monitors)
|
||||
}
|
||||
widget.app.QueueUpdateDraw(func() {
|
||||
widget.View.SetTitle(widget.ContextualTitle(fmt.Sprintf("%s", widget.CommonSettings.Title)))
|
||||
widget.View.SetTitle(widget.ContextualTitle(widget.CommonSettings.Title))
|
||||
widget.View.Clear()
|
||||
widget.View.SetText(content)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user