launchbar WIP

This commit is contained in:
zadam
2022-08-05 19:15:28 +02:00
parent 42cade17cb
commit 7696702a2a
10 changed files with 42 additions and 13 deletions

View File

@@ -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'
};