mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 08:45:50 +01:00
launchbar WIP
This commit is contained in:
@@ -68,13 +68,9 @@ export default class BasicPropertiesWidget extends NoteContextAwareWidget {
|
||||
return "toggleRibbonBasicProperties";
|
||||
}
|
||||
|
||||
isEnabled() {
|
||||
return this.note;
|
||||
}
|
||||
|
||||
getTitle() {
|
||||
return {
|
||||
show: this.isEnabled(),
|
||||
show: !this.note.isLaunchBarConfig(),
|
||||
title: 'Basic Properties',
|
||||
icon: 'bx bx-slider'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user