fix options check in froca

This commit is contained in:
zadam 2023-01-14 23:01:02 +01:00
parent 2a2cbcd68b
commit 038c0e78a6

View file

@ -860,7 +860,7 @@ class NoteShort {
}
isOptions() {
return this.noteId.startsWith("options");
return this.noteId.startsWith("_options");
}
}