Fix Bug 43314 (#257)
This commit is contained in:
parent
e7c17af429
commit
e208538f42
|
@ -873,7 +873,7 @@ define([
|
|||
}
|
||||
});
|
||||
}
|
||||
} else if (!this.appOptions.isDesktopApp && !this.appOptions.canBrandingExt &&
|
||||
} else if (!this.appOptions.isDesktopApp && !this.appOptions.isEditDiagram && !this.appOptions.isEditMailMerge && !this.appOptions.canBrandingExt &&
|
||||
this.editorConfig && this.editorConfig.customization && (this.editorConfig.customization.loaderName || this.editorConfig.customization.loaderLogo)) {
|
||||
Common.UI.warning({
|
||||
title: this.textPaidFeature,
|
||||
|
|
Loading…
Reference in a new issue