mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
note history decryption now works, more cleanup
This commit is contained in:
@@ -26,7 +26,7 @@ const noteTree = (function() {
|
||||
note.title = note.note_title;
|
||||
|
||||
if (note.is_protected) {
|
||||
note.extraClasses = "encrypted";
|
||||
note.extraClasses = "protected";
|
||||
}
|
||||
else {
|
||||
if (note.is_clone) {
|
||||
|
||||
Reference in New Issue
Block a user