mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Default new option to false, update documentation
This commit is contained in:
committed by
Chris Cummer
parent
f1bbd8564f
commit
090c4e716c
@@ -44,7 +44,7 @@ func (widget *Widget) contentFrom(calEvents []*CalEvent) string {
|
||||
var str string
|
||||
var prevEvent *CalEvent
|
||||
|
||||
if !wtf.Config.UBool("wtf.mods.gcal.showDeclined", true) {
|
||||
if !wtf.Config.UBool("wtf.mods.gcal.showDeclined", false) {
|
||||
calEvents = removeDeclined(calEvents)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user