mirror of
https://github.com/zadam/trilium.git
synced 2025-02-24 23:13:43 +08:00
fix options check in froca
This commit is contained in:
parent
2a2cbcd68b
commit
038c0e78a6
1 changed files with 1 additions and 1 deletions
|
@ -860,7 +860,7 @@ class NoteShort {
|
|||
}
|
||||
|
||||
isOptions() {
|
||||
return this.noteId.startsWith("options");
|
||||
return this.noteId.startsWith("_options");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue