launchbar WIP

This commit is contained in:
zadam
2022-08-04 23:00:32 +02:00
parent b86dbc088d
commit 7565458332
9 changed files with 115 additions and 46 deletions

View File

@@ -70,4 +70,8 @@ export default class RootCommandExecutor extends Component {
toggleLeftPaneCommand() {
options.toggle('leftPaneVisible');
}
showLaunchBarShortcutsCommand() {
appContext.tabManager.openContextWithNote('lb_root', true, null, 'lb_root');
}
}