From 0bfb5e2bd8cb2ec17774a57ef79cb92aa021c480 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Fri, 11 Mar 2022 22:50:15 +0100 Subject: [PATCH] month-view: next day threshold is at 5 AM (K-Fet request) --- src/App.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.svelte b/src/App.svelte index ea42b4d..c60b4dc 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -60,7 +60,8 @@ day: 'numeric' }, eventSources: [], - themeSystem: 'bootstrap5' + themeSystem: 'bootstrap5', + nextDayThreshold: '05:00:00', }); let selectedCalendars = [];