1
0
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:
Chris Cummer
2018-04-03 14:51:21 -07:00
committed by Chris Cummer
parent ef10ac5d0c
commit 12e6b2a9f2
3 changed files with 29 additions and 16 deletions

View File

@@ -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()