mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
removed zen mode
This commit is contained in:
@@ -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'))
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user