summaryrefslogtreecommitdiff
path: root/src/config/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/types.ts')
-rw-r--r--src/config/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/types.ts b/src/config/types.ts
index cf828b6..8bcb112 100644
--- a/src/config/types.ts
+++ b/src/config/types.ts
@@ -70,4 +70,5 @@ export default {
"wallpapers.paths": OBJ_ARR({ recursive: BOOL, path: STR }),
"calendar.webcals": ARR(STR),
"calendar.upcomingDays": NUM,
+ "calendar.notify": BOOL,
} as { [k: string]: string | string[] | number[] };