mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
converted help dialog to new pattern
This commit is contained in:
@@ -54,10 +54,6 @@ export default class RootCommandExecutor extends Component {
|
||||
import("../dialogs/options.js").then(d => d.showDialog(openTab));
|
||||
}
|
||||
|
||||
showHelpCommand() {
|
||||
import("../dialogs/help.js").then(d => d.showDialog());
|
||||
}
|
||||
|
||||
async showSQLConsoleCommand() {
|
||||
const sqlConsoleNote = await dateNoteService.createSqlConsole();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user