mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
introduced new exception classes for structured error reporting
This commit is contained in:
@@ -1329,7 +1329,7 @@ class Note extends AbstractEntity {
|
||||
}
|
||||
|
||||
isLaunchBarConfig() {
|
||||
return this.type === 'launcher' || ['lbRoot', 'lbAvailableShortcuts', 'lbVisibleShortcuts'];
|
||||
return this.type === 'launcher' || ['lbRoot', 'lbAvailableLaunchers', 'lbVisibleLaunchers'].includes(this.noteId);
|
||||
}
|
||||
|
||||
isOptions() {
|
||||
|
||||
Reference in New Issue
Block a user