Add opt-in title bar note switcher

This commit is contained in:
Yuri Karamian
2026-08-07 00:56:54 +02:00
parent bdf94e2494
commit 1cbdf704bd
9 changed files with 608 additions and 6 deletions
+1
View File
@@ -98,6 +98,7 @@ export interface AppConfig {
content_width: number | null;
compact_notes: boolean;
show_note_dates: boolean;
show_note_switcher: boolean;
time_format: string;
week_start: string;
daily_title_format: string;