mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Mark the current calendar event if there is one
This commit is contained in:
committed by
Chris Cummer
parent
ef10ac5d0c
commit
12e6b2a9f2
@@ -35,7 +35,7 @@ func NewWidget() *Widget {
|
||||
func (widget *Widget) Refresh() {
|
||||
data := Fetch()
|
||||
|
||||
widget.View.SetTitle(" 🦂 Security ")
|
||||
widget.View.SetTitle(" 🤺 Security ")
|
||||
widget.RefreshedAt = time.Now()
|
||||
|
||||
widget.View.Clear()
|
||||
|
||||
Reference in New Issue
Block a user