Add scroll font size preference and bump v1.3.5

This commit is contained in:
Yuri Karamian
2026-08-26 17:16:16 +02:00
parent ce48d77cd8
commit a15b267614
13 changed files with 130 additions and 8 deletions
+1
View File
@@ -92,6 +92,7 @@ export interface AppConfig {
system_dark_theme: string;
accent_color: string | null;
font_size: number | null;
scroll_to_change_font_size: boolean;
font_family: string | null;
line_height: number | null;
ui_scale: number | null;