Fix Bug 77912

This commit is contained in:
Julia.Radzhabova
2025-10-30 17:08:10 +03:00
parent cb1cc1255e
commit 88bfe300c3
5 changed files with 15 additions and 0 deletions

View File

@ -826,6 +826,8 @@ 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() {
@ -905,6 +907,7 @@ define([], function () {
api: this.api
});
win.show();
Common.localStorage.setItem('help-tip-customize-shortcuts', 1); // don't show new feature label
},
customizeQuickAccess: function () {