mirror of
https://github.com/zadam/trilium.git
synced 2025-12-10 09:24:23 +01:00
chore(layout): hide breadcrumb badges if not on new layout
This commit is contained in:
parent
a810db3641
commit
efe7fc0ee7
@ -140,7 +140,7 @@ export default class DesktopLayout {
|
||||
.class("breadcrumb-row")
|
||||
.cssBlock(".breadcrumb-row > * { margin: 5px; }")
|
||||
.child(<Breadcrumb />)
|
||||
.child(<BreadcrumbBadges />)
|
||||
.optChild(isNewLayout, <BreadcrumbBadges />)
|
||||
.child(<SpacerWidget baseSize={0} growthFactor={1} />)
|
||||
.child(<MovePaneButton direction="left" />)
|
||||
.child(<MovePaneButton direction="right" />)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user