From 4c57bfcb49fce2b8e212af09f4e69ea392551947 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Sat, 21 Feb 2026 00:51:04 +0300 Subject: [PATCH] [main] hide label NEW in settings --- apps/documenteditor/main/app/view/FileMenuPanels.js | 4 +--- apps/pdfeditor/main/app/view/FileMenuPanels.js | 4 +--- apps/presentationeditor/main/app/view/FileMenuPanels.js | 4 +--- apps/spreadsheeteditor/main/app/view/FileMenuPanels.js | 4 +--- apps/visioeditor/main/app/view/FileMenuPanels.js | 2 -- 5 files changed, 4 insertions(+), 14 deletions(-) diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js index c2007e4660..c5cd20c339 100644 --- a/apps/documenteditor/main/app/view/FileMenuPanels.js +++ b/apps/documenteditor/main/app/view/FileMenuPanels.js @@ -448,7 +448,7 @@ define([], function () { '
', '', '', - '', + '', '
', '', '', @@ -1081,8 +1081,6 @@ define([], function () { value = Common.Utils.InternalSettings.get("de-settings-numeral"); item = this.cmbNumeral.store.findWhere({value: value}); this.cmbNumeral.setValue(item ? item.get('value') : Asc.c_oNumeralType.arabic); - - Common.localStorage.getItem('help-tip-customize-shortcuts') && $('.new-hint', this.el).addClass('hidden'); }, applySettings: function() { diff --git a/apps/pdfeditor/main/app/view/FileMenuPanels.js b/apps/pdfeditor/main/app/view/FileMenuPanels.js index 3dd67f4ec2..28adf7b7ad 100644 --- a/apps/pdfeditor/main/app/view/FileMenuPanels.js +++ b/apps/pdfeditor/main/app/view/FileMenuPanels.js @@ -389,7 +389,7 @@ define([], function () { '', '', '', - '', + '', '', '', '', @@ -854,8 +854,6 @@ define([], function () { value = Common.Utils.InternalSettings.get("settings-tab-style"); item = this.cmbTabStyle.store.findWhere({value: value}); this.cmbTabStyle.setValue(item ? item.get('value') : 'fill'); - - Common.localStorage.getItem('help-tip-customize-shortcuts') && $('.new-hint', this.el).addClass('hidden'); }, applySettings: function() { diff --git a/apps/presentationeditor/main/app/view/FileMenuPanels.js b/apps/presentationeditor/main/app/view/FileMenuPanels.js index 4d5ea3f37a..3a27ff8d91 100644 --- a/apps/presentationeditor/main/app/view/FileMenuPanels.js +++ b/apps/presentationeditor/main/app/view/FileMenuPanels.js @@ -365,7 +365,7 @@ define([], function () { '
', '', '', - '', + '', '', '', '', @@ -826,8 +826,6 @@ define([], function () { value = Common.Utils.InternalSettings.get("settings-tab-style"); item = this.cmbTabStyle.store.findWhere({value: value}); this.cmbTabStyle.setValue(item ? item.get('value') : 'fill'); - - Common.localStorage.getItem('help-tip-customize-shortcuts') && $('.new-hint', this.el).addClass('hidden'); }, applySettings: function() { diff --git a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js index 11a8d0c77c..d3872643be 100644 --- a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js +++ b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js @@ -375,7 +375,7 @@ define([], function () { '', '', '', - '', + '', '', '', '', @@ -1243,8 +1243,6 @@ define([], function () { this.chHScroll.setValue(this.api.asc_GetShowHorizontalScroll()); this.chVScroll.setValue(this.api.asc_GetShowVerticalScroll()); } - - Common.localStorage.getItem('help-tip-customize-shortcuts') && $('.new-hint', this.el).addClass('hidden'); }, isValid: function() { diff --git a/apps/visioeditor/main/app/view/FileMenuPanels.js b/apps/visioeditor/main/app/view/FileMenuPanels.js index 884557f1a0..57cedadd81 100644 --- a/apps/visioeditor/main/app/view/FileMenuPanels.js +++ b/apps/visioeditor/main/app/view/FileMenuPanels.js @@ -582,8 +582,6 @@ define([], function () { value = Common.Utils.InternalSettings.get("settings-tab-style"); item = this.cmbTabStyle.store.findWhere({value: value}); this.cmbTabStyle.setValue(item ? item.get('value') : 'fill'); - - // Common.localStorage.getItem('help-tip-customize-shortcuts') && $('.new-hint', this.el).addClass('hidden'); }, applySettings: function() {