shortcut improvements

This commit is contained in:
zadam
2022-12-01 10:03:04 +01:00
parent 720fb0f73e
commit b55c2d3dbc
5 changed files with 35 additions and 10 deletions

View File

@@ -72,7 +72,7 @@ export default class RootCommandExecutor extends Component {
options.toggle('leftPaneVisible');
}
async showLaunchBarShortcutsCommand() {
async showLaunchBarSubtreeCommand() {
await appContext.tabManager.openContextWithNote('lb_root', true, null, 'lb_root');
}