v1.1.6 - Multi-window, single-instance file handling, line height setting

This commit is contained in:
Yuri Karamian
2026-02-23 11:16:16 +01:00
parent 73a53dcb85
commit 3453d406fc
19 changed files with 634 additions and 32 deletions
+1
View File
@@ -41,6 +41,7 @@ export interface AppConfig {
accent_color: string | null;
font_size: number | null;
font_family: string | null;
line_height: number | null;
compact_notes: boolean;
time_format: string;
gpu_acceleration: boolean;