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

pull/702/head
Elian Doran 2024-12-04 23:22:51 +07:00
parent 9d98c4a661
commit cd8c596bef
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -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)')