mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
options fixes
This commit is contained in:
@@ -1332,6 +1332,10 @@ class Note extends AbstractEntity {
|
||||
return this.type === 'launcher' || ['lbRoot', 'lbAvailableShortcuts', 'lbVisibleShortcuts'];
|
||||
}
|
||||
|
||||
isOptions() {
|
||||
return this.noteId.startsWith("options");
|
||||
}
|
||||
|
||||
get isDeleted() {
|
||||
return !(this.noteId in this.becca.notes) || this.isBeingDeleted;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user