mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2025-02-17 03:48:25 +00:00
Cleanup wtutils - aboutbox
This commit is contained in:
parent
ded867dada
commit
4bd7901ded
1 changed files with 1 additions and 7 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue