Add Interface Scale setting to zoom the whole app (80-200%)

This commit is contained in:
Yuri Karamian
2026-06-04 19:27:00 +02:00
parent 4b82d51f6c
commit 139ecc8176
8 changed files with 75 additions and 2 deletions
+1
View File
@@ -54,6 +54,7 @@ export interface AppConfig {
font_size: number | null;
font_family: string | null;
line_height: number | null;
ui_scale: number | null;
compact_notes: boolean;
time_format: string;
gpu_acceleration: boolean;