chore(layout): hide breadcrumb badges if not on new layout

This commit is contained in:
Elian Doran 2025-12-10 09:12:57 +02:00
parent a810db3641
commit efe7fc0ee7
No known key found for this signature in database

View File

@ -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" />)