diff --git a/apps/documenteditor/main/app/view/ListSettingsDialog.js b/apps/documenteditor/main/app/view/ListSettingsDialog.js index 11c9fd3ed..7d4e6702e 100644 --- a/apps/documenteditor/main/app/view/ListSettingsDialog.js +++ b/apps/documenteditor/main/app/view/ListSettingsDialog.js @@ -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();