mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
improvements
This commit is contained in:
@@ -38,7 +38,7 @@ const TPL = `
|
||||
|
||||
export default class NoteActionsWidget extends NoteContextAwareWidget {
|
||||
isEnabled() {
|
||||
return !this.note?.isLaunchBarConfig();
|
||||
return this.note?.type !== 'launcher';
|
||||
}
|
||||
|
||||
doRender() {
|
||||
|
||||
Reference in New Issue
Block a user