fix(native-buttons): double left pane toggle widget

This commit is contained in:
Elian Doran 2024-12-04 23:22:51 +02:00
parent 9d98c4a661
commit cd8c596bef
No known key found for this signature in database

View File

@ -102,7 +102,7 @@ export default class DesktopLayout {
.optChild(fullWidthTabBar, new FlexContainer('row')
.class("tab-row-container")
.child(new FlexContainer( "row").id("tab-row-left-spacer"))
.child(new LeftPaneToggleWidget(true))
.optChild(launcherPaneIsHorizontal, new LeftPaneToggleWidget(true))
.child(new TabRowWidget().class("full-width"))
.css('height', '40px')
.css('background-color', 'var(--launcher-pane-background-color)')