converted note source dialog to new pattern

This commit is contained in:
zadam
2022-06-12 19:38:28 +02:00
parent b678d87c80
commit 7ba619c71d
9 changed files with 74 additions and 64 deletions

View File

@@ -54,8 +54,6 @@ const TPL = `
export default class AboutDialog extends BasicWidget {
doRender() {
this.$widget = $(TPL);
this.$dialog = this.$widget.find(".about-dialog");
this.$appVersion = this.$widget.find(".app-version");
this.$dbVersion = this.$widget.find(".db-version");
this.$syncVersion = this.$widget.find(".sync-version");