mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[start] fix bug 76702
This commit is contained in:
@ -1,12 +1,10 @@
|
||||
// +function() {
|
||||
function AboutDialog(params = {}) {
|
||||
params = {...params, ...{
|
||||
dialogClass: 'dlg-about',
|
||||
titleText: utils.Lang.actAbout,
|
||||
defaultWidth: 570,
|
||||
onclose: params.onclose
|
||||
}};
|
||||
|
||||
Object.assign(params, { dialogClass: 'dlg-about',
|
||||
titleText: utils.Lang.actAbout,
|
||||
defaultWidth: 570,
|
||||
onclose: params.onclose,
|
||||
});
|
||||
Dialog.call(this, params);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user