This commit is contained in:
Julia Radzhabova 2022-11-30 13:33:52 +03:00
parent 475709af50
commit 3f992c49ab

View file

@ -702,7 +702,7 @@ define([
this.btnMore.on('click', _.bind(this.onMoreClick, this));
this.on('animate:after', _.bind(this.onAnimateAfter, this));
if (Common.localStorage.getBool("de-hide-multilevel-settings", true))
if (this.type == 2 && Common.localStorage.getBool("de-hide-multilevel-settings", true))
this.onMoreClick(this.btnMore);
this.afterRender();