mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
note paths widget does not show hidden path
This commit is contained in:
@@ -92,7 +92,9 @@ function getHiddenRoot() {
|
||||
parentNoteId: 'root'
|
||||
}).note;
|
||||
|
||||
hidden.addLabel('archived', "", true);
|
||||
// isInheritable: false means that this notePath is automatically not preffered but at the same time
|
||||
// the flag is not inherited to the children
|
||||
hidden.addLabel('archived', "", false);
|
||||
}
|
||||
|
||||
return hidden;
|
||||
|
||||
Reference in New Issue
Block a user