Add 'Show dates' setting to toggle the note-list date

This commit is contained in:
Yuri Karamian
2026-06-08 01:00:25 +02:00
parent a400eeefed
commit 6115ad4ab6
6 changed files with 25 additions and 4 deletions
+1
View File
@@ -56,6 +56,7 @@ export interface AppConfig {
line_height: number | null;
ui_scale: number | null;
compact_notes: boolean;
show_note_dates: boolean;
time_format: string;
gpu_acceleration: boolean;
autostart: boolean;