options widget work

This commit is contained in:
zadam
2022-12-07 15:37:53 +01:00
parent 2ad19ddd36
commit 5f6a10ef22
30 changed files with 370 additions and 760 deletions

View File

@@ -84,7 +84,7 @@ export default class RootCommandExecutor extends Component {
await appContext.tabManager.openContextWithNote('hidden', true, null, 'hidden');
}
async showOptionsInHiddenCommand() {
await appContext.tabManager.openContextWithNote('opt_root', true, null, 'opt_root');
async showOptionsCommand() {
await appContext.tabManager.openContextWithNote('options', true, null, 'opt_root')
}
}