launchbar WIP

This commit is contained in:
zadam
2022-08-06 23:49:25 +02:00
parent 08aa65bddb
commit 8d608c3c1c
5 changed files with 104 additions and 90 deletions

View File

@@ -250,6 +250,7 @@ function getLaunchBarRoot() {
}).note;
note.addLabel("iconClass", "bx bx-sidebar");
note.addLabel("docName", "launchbar_intro");
}
return note;
@@ -269,6 +270,7 @@ function getLaunchBarAvailableShortcutsRoot() {
}).note;
note.addLabel("iconClass", "bx bx-hide");
note.addLabel("docName", "launchbar_intro");
}
const branch = becca.getBranch('lb_availableshortcuts');
@@ -294,6 +296,7 @@ function getLaunchBarVisibleShortcutsRoot() {
}).note;
note.addLabel("iconClass", "bx bx-show");
note.addLabel("docName", "launchbar_intro");
}
const branch = becca.getBranch('lb_visibleshortcuts');