Skip to content

Commit

Permalink
fix: remove unnecessary tabbar expand form initialization in Zen sett…
Browse files Browse the repository at this point in the history
…ings
  • Loading branch information
mr-cheff committed Nov 19, 2024
1 parent de81eeb commit 30b14a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/browser/components/preferences/zen-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@ var gZenLooksAndFeel = {
this.__hasInitialized = true;
this._initializeColorPicker(this._getInitialAccentColor());
window.zenPageAccentColorChanged = this._handleAccentColorChange.bind(this);
this._initializeTabbarExpandForm();
gZenThemeBuilder.init();
gZenMarketplaceManager.init();
var onPreferColorSchemeChange = this.onPreferColorSchemeChange.bind(this);
Expand Down

0 comments on commit 30b14a6

Please sign in to comment.