converted help dialog to new pattern

This commit is contained in:
zadam
2022-06-13 00:00:15 +02:00
parent f8fd8e47a9
commit ec6d93b34f
5 changed files with 19 additions and 15 deletions

View File

@@ -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();