mirror of
https://github.com/olehomelchenko/astrolabe-nvc.git
synced 2025-12-21 21:22:23 +00:00
feat: load and save user-selected preview fit mode in settings
This commit is contained in:
@@ -20,7 +20,8 @@ const DEFAULT_SETTINGS = {
|
||||
},
|
||||
|
||||
ui: {
|
||||
theme: 'light' // 'light' | 'experimental'
|
||||
theme: 'light', // 'light' | 'experimental'
|
||||
previewFitMode: 'default' // 'default' | 'width' | 'full'
|
||||
},
|
||||
|
||||
formatting: {
|
||||
|
||||
Reference in New Issue
Block a user