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

@@ -55,7 +55,7 @@ func (widget *Widget) addView() {
}
func (widget *Widget) contentFrom() string {
icons := []string{"πŸ‘", "🀜", "πŸ€™", "🀜"}
icons := []string{"πŸ‘", "🀜", "πŸ€™", "🀜", "🀘", "🀜", "✊", "🀜", "πŸ‘Œ", "🀜"}
next := icons[widget.Current]
widget.Current = widget.Current + 1