note paths widget does not show hidden path

This commit is contained in:
zadam
2021-06-06 11:13:17 +02:00
parent c886583396
commit a0de3c97a5
3 changed files with 18 additions and 4 deletions

View File

@@ -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;