Add 'Start week on' setting (Monday default / Sunday) for daily and tasks calendars

This commit is contained in:
Yuri Karamian
2026-06-08 20:56:28 +02:00
parent 5defddb35c
commit 92e8422cb0
7 changed files with 35 additions and 9 deletions
+1
View File
@@ -58,6 +58,7 @@ export interface AppConfig {
compact_notes: boolean;
show_note_dates: boolean;
time_format: string;
week_start: string;
gpu_acceleration: boolean;
autostart: boolean;
pdf_preview: boolean;