mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Fix Bug 77912
This commit is contained in:
@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user