mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
add option to disable note tree auto collapse, fixes #1751
This commit is contained in:
@@ -86,6 +86,7 @@ const defaultOptions = [
|
||||
{ name: 'similarNotesExpanded', value: 'true', isSynced: true },
|
||||
{ name: 'debugModeEnabled', value: 'false', isSynced: false },
|
||||
{ name: 'headingStyle', value: 'markdown', isSynced: true },
|
||||
{ name: 'autoCollapseNoteTree', value: 'true', isSynced: true },
|
||||
];
|
||||
|
||||
function initStartupOptions() {
|
||||
|
||||
Reference in New Issue
Block a user