mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix displaying protected notes outside of protected session
This commit is contained in:
parent
cc3addebd4
commit
8c0662ab82
@ -53,7 +53,7 @@ function getNotesAndBranchesAndAttributes(noteIds) {
|
||||
|
||||
notes.push({
|
||||
noteId: note.noteId,
|
||||
title: note.title,
|
||||
title: note.isDecrypted ? note.title : '[protected]',
|
||||
isProtected: note.isProtected,
|
||||
type: note.type,
|
||||
mime: note.mime
|
||||
|
Loading…
x
Reference in New Issue
Block a user