feat: load and save user-selected preview fit mode in settings

This commit is contained in:
2025-10-18 03:28:34 +03:00
parent 1d2e3ca6db
commit 9e72f938e2
3 changed files with 11 additions and 1 deletions

View File

@@ -20,7 +20,8 @@ const DEFAULT_SETTINGS = {
},
ui: {
theme: 'light' // 'light' | 'experimental'
theme: 'light', // 'light' | 'experimental'
previewFitMode: 'default' // 'default' | 'width' | 'full'
},
formatting: {