mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
toggle to expand/collapse attr list is saved and propagated across tabs
This commit is contained in:
@@ -37,7 +37,8 @@ const ALLOWED_OPTIONS = new Set([
|
||||
'rightPaneWidth',
|
||||
'leftPaneVisible',
|
||||
'rightPaneVisible',
|
||||
'nativeTitleBarVisible'
|
||||
'nativeTitleBarVisible',
|
||||
'attributeListExpanded'
|
||||
]);
|
||||
|
||||
function getOptions() {
|
||||
|
||||
Reference in New Issue
Block a user