mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-18 17:31:53 +08:00
feat(client): toggle left pane automatically when configuring launchbar
This commit is contained in:
parent
a9640fbee7
commit
1a5e2519df
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user