fix global menu button and extra window

This commit is contained in:
zadam
2020-08-22 23:07:52 +02:00
parent 08c612c876
commit a6c79c934c
5 changed files with 9 additions and 7 deletions

View File

@@ -104,7 +104,7 @@ const TPL = `
export default class GlobalMenuWidget extends BasicWidget {
doRender() {
this.$widget = $(TPL);
this.contentSized();
this.overflowing();
this.$widget.find(".show-about-dialog-button").on('click',
() => import("../dialogs/about.js").then(d => d.showDialog()));