mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
More documentation for Clocks, GCal, and Jira.
This commit is contained in:
@@ -179,7 +179,7 @@ func (widget *Widget) titleColor(event *calendar.Event) string {
|
||||
}
|
||||
|
||||
func (widget *Widget) location(event *calendar.Event) string {
|
||||
if Config.UBool("wtf.mods.gcal.withLocation", true) == false {
|
||||
if Config.UBool("wtf.mods.gcal.displayLocation", true) == false {
|
||||
return ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user