mirror of
https://github.com/zadam/trilium.git
synced 2025-12-29 02:34:25 +01:00
fix(layout): missing right pane toggle on macos vertical layout (closes #8157)
This commit is contained in:
parent
f821d7fcd6
commit
aa37196169
@ -92,7 +92,7 @@ export default class DesktopLayout {
|
||||
.optChild(launcherPaneIsHorizontal, <LeftPaneToggle isHorizontalLayout={true} />)
|
||||
.child(<TabHistoryNavigationButtons />)
|
||||
.child(new TabRowWidget().class("full-width"))
|
||||
.optChild(launcherPaneIsHorizontal && isNewLayout, <RightPaneToggle />)
|
||||
.optChild(isNewLayout, <RightPaneToggle />)
|
||||
.optChild(customTitleBarButtons, <TitleBarButtons />)
|
||||
.css("height", "40px")
|
||||
.css("background-color", "var(--launcher-pane-background-color)")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user