mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-19 10:15:22 +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() {
|
async showBackendLogCommand() {
|
||||||
await appContext.tabManager.openTabWithNoteWithHoisting('_backendLog', { activate: true });
|
await appContext.tabManager.openTabWithNoteWithHoisting('_backendLog', { activate: true });
|
||||||
}
|
}
|
||||||
|
|
||||||
async showLaunchBarSubtreeCommand() {
|
async showLaunchBarSubtreeCommand() {
|
||||||
await this.showAndHoistSubtree('_lbRoot');
|
await this.showAndHoistSubtree('_lbRoot');
|
||||||
|
this.showLeftPaneCommand();
|
||||||
}
|
}
|
||||||
|
|
||||||
async showShareSubtreeCommand() {
|
async showShareSubtreeCommand() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user