mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Closes #33. Creates .wtf dir and config.yml if they don't exist.
This commit is contained in:
@@ -217,6 +217,8 @@ func (widget *Widget) responseIcon(event *calendar.Event) string {
|
||||
icon = icon + "✘ "
|
||||
case "needsAction":
|
||||
icon = icon + "? "
|
||||
case "tentative":
|
||||
icon = icon + "~ "
|
||||
default:
|
||||
icon = icon + ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user