mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fix(native-buttons): double left pane toggle widget
This commit is contained in:
		| @@ -102,7 +102,7 @@ export default class DesktopLayout { | |||||||
|             .optChild(fullWidthTabBar, new FlexContainer('row') |             .optChild(fullWidthTabBar, new FlexContainer('row') | ||||||
|                 .class("tab-row-container") |                 .class("tab-row-container") | ||||||
|                 .child(new FlexContainer( "row").id("tab-row-left-spacer")) |                 .child(new FlexContainer( "row").id("tab-row-left-spacer")) | ||||||
|                 .child(new LeftPaneToggleWidget(true)) |                 .optChild(launcherPaneIsHorizontal, new LeftPaneToggleWidget(true)) | ||||||
|                 .child(new TabRowWidget().class("full-width")) |                 .child(new TabRowWidget().class("full-width")) | ||||||
|                 .css('height', '40px') |                 .css('height', '40px') | ||||||
|                 .css('background-color', 'var(--launcher-pane-background-color)') |                 .css('background-color', 'var(--launcher-pane-background-color)') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user