mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
saving size and visibility state of the panes
This commit is contained in:
@@ -30,7 +30,10 @@ const ALLOWED_OPTIONS = new Set([
|
||||
'spellCheckEnabled',
|
||||
'spellCheckLanguageCode',
|
||||
'imageMaxWidthHeight',
|
||||
'imageJpegQuality'
|
||||
'imageJpegQuality',
|
||||
'leftPaneWidth',
|
||||
'rightPaneWidth',
|
||||
'rightPaneVisible'
|
||||
]);
|
||||
|
||||
async function getOptions() {
|
||||
|
||||
Reference in New Issue
Block a user