removed zen mode

This commit is contained in:
zadam
2021-06-05 21:56:39 +02:00
parent 8debf18984
commit faab6be48d
8 changed files with 1 additions and 49 deletions

View File

@@ -80,7 +80,6 @@ export default class DesktopLayout {
.css("width", "54px")
)
.child(new LeftPaneContainer()
.hideInZenMode()
.child(new QuickSearchWidget())
.child(appContext.mainTreeWidget)
.child(...this.customWidgets.get('left-pane'))
@@ -147,7 +146,6 @@ export default class DesktopLayout {
)
)
.child(new RightPaneContainer()
.hideInZenMode()
.child(...this.customWidgets.get('right-pane'))
)
)