mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
fixes to note attachment handling
This commit is contained in:
@@ -88,8 +88,12 @@ export default class RootCommandExecutor extends Component {
|
||||
await this.showAndHoistSubtree('_hidden');
|
||||
}
|
||||
|
||||
async showOptionsCommand() {
|
||||
await this.showAndHoistSubtree('_options');
|
||||
async showOptionsCommand({section}) {
|
||||
await appContext.tabManager.openContextWithNote(
|
||||
section || '_options',
|
||||
true,
|
||||
null,
|
||||
'_options');
|
||||
}
|
||||
|
||||
async showSQLConsoleHistoryCommand() {
|
||||
|
||||
Reference in New Issue
Block a user