summaryrefslogtreecommitdiff
path: root/src/config/types.ts
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-25 23:41:27 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-25 23:41:27 +1100
commitc336bd184ef6ffcec36397dbdafdf3c367363032 (patch)
tree0a96fc1c0642e0a42d49cf0b62f2fcc8720d0668 /src/config/types.ts
parentrun: debug mode (diff)
downloadcaelestia-shell-c336bd184ef6ffcec36397dbdafdf3c367363032.tar.gz
caelestia-shell-c336bd184ef6ffcec36397dbdafdf3c367363032.tar.bz2
caelestia-shell-c336bd184ef6ffcec36397dbdafdf3c367363032.zip
calendar: notifications for events
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[] };