Skip to content

Commit

Permalink
Fix Bug 70514
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Sep 26, 2024
1 parent a26242c commit ea03200
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/common/main/lib/view/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,8 @@ define([
},

getPanel: function (role, config) {
!appConfig && (appConfig = config);

var me = this;

function createTitleButton(iconid, slot, disabled, hintDirection, hintOffset, hintTitle, lock) {
Expand Down Expand Up @@ -1108,6 +1110,8 @@ define([
},

changeLogo: function () {
if (!appConfig) return;

var value = this.branding;
var logo = this.getSuitableLogo(value, appConfig, Common.Utils.InternalSettings.get("settings-tab-style"), Common.Utils.InternalSettings.get("settings-tab-background"));
$('#header-logo').toggleClass('logo-light', logo.isLight);
Expand Down

0 comments on commit ea03200

Please sign in to comment.