This commit is contained in:
zadam
2022-12-07 23:37:40 +01:00
parent 2a68bdb690
commit 653f80f7d8
3 changed files with 32 additions and 14 deletions

View File

@@ -85,6 +85,6 @@ export default class RootCommandExecutor extends Component {
}
async showOptionsCommand() {
await appContext.tabManager.openContextWithNote('options', true, null, 'opt_root')
await appContext.tabManager.openContextWithNote('options', true, null, 'options')
}
}