Layout Controls: make toggles the default (#232798)

This commit is contained in:
Benjamin Pasero
2024-11-15 08:08:54 +01:00
parent da17c9e740
commit efb046d1a6
@@ -625,7 +625,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
localize('layoutcontrol.type.toggles', "Shows several buttons for toggling the visibility of the panels and side bar."),
localize('layoutcontrol.type.both', "Shows both the dropdown and toggle buttons."),
],
'default': 'both',
'default': 'toggles',
'description': localize('layoutControlType', "Controls whether the layout control in the custom title bar is displayed as a single menu button or with multiple UI toggles."),
},
'workbench.tips.enabled': {