mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
encrypted notes are distinguished in the tree by shaded icons
This commit is contained in:
@@ -171,6 +171,8 @@ $(function(){
|
||||
|
||||
if (note.encryption > 0) {
|
||||
note.title = "[encrypted]";
|
||||
|
||||
note.extraClasses = "encrypted";
|
||||
}
|
||||
else {
|
||||
note.title = note.note_title;
|
||||
|
||||
Reference in New Issue
Block a user