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

This commit is contained in:
Elian Doran 2024-12-18 23:19:07 +02:00
parent a9640fbee7
commit 1a5e2519df
No known key found for this signature in database

View File

@ -85,6 +85,7 @@ export default class RootCommandExecutor extends Component {
async showLaunchBarSubtreeCommand() { async showLaunchBarSubtreeCommand() {
await this.showAndHoistSubtree('_lbRoot'); await this.showAndHoistSubtree('_lbRoot');
this.showLeftPaneCommand();
} }
async showShareSubtreeCommand() { async showShareSubtreeCommand() {