mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-11 22:59:14 -05:00
fix options check in froca
This commit is contained in:
@@ -860,7 +860,7 @@ class NoteShort {
|
||||
}
|
||||
|
||||
isOptions() {
|
||||
return this.noteId.startsWith("options");
|
||||
return this.noteId.startsWith("_options");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user