From 436030a1b88772d83bc1eb6d9498ffd6b41cce63 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 9 Nov 2022 22:13:23 +0300 Subject: [PATCH] Show paid feature warning --- apps/documenteditor/main/app/controller/Main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index 4c03060e1..b71469970 100644 --- a/apps/documenteditor/main/app/controller/Main.js +++ b/apps/documenteditor/main/app/controller/Main.js @@ -1422,7 +1422,8 @@ define([ }); } } 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({ title: this.textPaidFeature, msg : this.textCustomLoader,