mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
if parent note is encrypted, then child note will be created as encrypted as well
This commit is contained in:
@@ -141,6 +141,10 @@ setInterval(function() {
|
||||
}
|
||||
}, 5000);
|
||||
|
||||
function isEncryptionAvailable() {
|
||||
return globalEncryptionKey !== null;
|
||||
}
|
||||
|
||||
function getAes() {
|
||||
globalLastEncryptionOperationDate = new Date();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user