1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Merge pull request #432 from gnanderson/master

fix(gcal): remove possible extraneous variation codepoint
This commit is contained in:
Chris Cummer
2019-05-08 14:33:27 -07:00
committed by GitHub

View File

@@ -214,7 +214,7 @@ func (widget *Widget) responseIcon(calEvent *CalEvent) string {
switch calEvent.ResponseFor(widget.settings.email) {
case "accepted":
return icon + "✔"
return icon + "✔"
case "declined":
return icon + "✘"
case "needsAction":