Show paid feature warning
This commit is contained in:
parent
4701f10fbf
commit
436030a1b8
|
@ -1422,7 +1422,8 @@ define([
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else if (!this.appOptions.isDesktopApp && !this.appOptions.canBrandingExt &&
|
} else if (!this.appOptions.isDesktopApp && !this.appOptions.canBrandingExt &&
|
||||||
this.editorConfig && this.editorConfig.customization && (this.editorConfig.customization.loaderName || this.editorConfig.customization.loaderLogo)) {
|
this.editorConfig && this.editorConfig.customization && (this.editorConfig.customization.loaderName || this.editorConfig.customization.loaderLogo ||
|
||||||
|
this.editorConfig.customization.font && this.editorConfig.customization.font.size)) {
|
||||||
Common.UI.warning({
|
Common.UI.warning({
|
||||||
title: this.textPaidFeature,
|
title: this.textPaidFeature,
|
||||||
msg : this.textCustomLoader,
|
msg : this.textCustomLoader,
|
||||||
|
|
Loading…
Reference in a new issue