Skip to content

Commit b80e0d6

Browse files
authored
Disable WCO by default (microsoft#160216)
1 parent 5e2dffa commit b80e0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/electron-sandbox/desktop.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ import product from 'vs/platform/product/common/product';
206206
},
207207
'window.experimental.windowControlsOverlay.enabled': {
208208
'type': 'boolean',
209-
'default': true,
209+
'default': false,
210210
'scope': ConfigurationScope.APPLICATION,
211211
'description': localize('windowControlsOverlay', "Use window controls provided by the platform instead of our HTML-based window controls. Changes require a full restart to apply."),
212212
'included': isWindows

0 commit comments

Comments
 (0)