diff options
Diffstat (limited to 'src/config/defaults.ts')
| -rw-r--r-- | src/config/defaults.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults.ts b/src/config/defaults.ts index b6bee4f..58497a2 100644 --- a/src/config/defaults.ts +++ b/src/config/defaults.ts @@ -146,5 +146,6 @@ export default { calendar: { webcals: [] as string[], // An array of urls to ICS files which you can curl upcomingDays: 7, // Number of days which count as upcoming + notify: true, }, }; |