mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Gcal widget properly renders title again
This commit is contained in:
@@ -32,7 +32,7 @@ func (widget *Widget) display() {
|
||||
widget.mutex.Lock()
|
||||
defer widget.mutex.Unlock()
|
||||
|
||||
widget.View.SetTitle(widget.ContextualTitle(widget.Name()))
|
||||
widget.View.SetTitle(widget.ContextualTitle(widget.settings.common.Title))
|
||||
widget.View.SetText(widget.contentFrom(widget.calEvents))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user