feat(client): toggle left pane automatically when configuring launchbar

pull/813/head
Elian Doran 2024-12-18 23:19:07 +07:00
parent a9640fbee7
commit 1a5e2519df
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

@ -82,9 +82,10 @@ export default class RootCommandExecutor extends Component {
async showBackendLogCommand() {
await appContext.tabManager.openTabWithNoteWithHoisting('_backendLog', { activate: true });
}
async showLaunchBarSubtreeCommand() {
await this.showAndHoistSubtree('_lbRoot');
this.showLeftPaneCommand();
}
async showShareSubtreeCommand() {