From c336bd184ef6ffcec36397dbdafdf3c367363032 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 25 Mar 2025 23:41:27 +1100 Subject: calendar: notifications for events --- src/config/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/types.ts') 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[] }; -- cgit v1.2.3-freya