mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
options widget work
This commit is contained in:
@@ -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')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user