Cleanup wtutils - aboutbox

This commit is contained in:
UKDTOM 2020-10-18 00:24:21 +02:00
parent ded867dada
commit 4bd7901ded

View file

@ -362,17 +362,11 @@ const dialog = new class Dialog {
message: 'WebTools-NG',
detail: this.AboutInformation(),
type: 'info',
noLink: true,
noLink: true,
}
let aboutWindow = dialog.showMessageBox(WIN, options)
return aboutWindow
}
SaveFile(title, defaultPath, OKLabel) {