mirror of
https://github.com/zadam/trilium.git
synced 2025-12-23 00:29:59 +01:00
encryption converted to module
This commit is contained in:
@@ -40,7 +40,7 @@ function getFullName(noteId) {
|
||||
const path = [];
|
||||
|
||||
while (note) {
|
||||
if (note.data.encryption > 0 && !isEncryptionAvailable()) {
|
||||
if (note.data.encryption > 0 && !encryption.isEncryptionAvailable()) {
|
||||
path.push("[encrypted]");
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user