Skip to content

Commit 0c1f65f

Browse files
authored
Disable WCO by default in main process (microsoft#160550)
1 parent edcee9b commit 0c1f65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/window/common/window.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export function useWindowControlsOverlay(configurationService: IConfigurationSer
178178
return configuredUseWindowControlsOverlay;
179179
}
180180

181-
return true; // enabled by default
181+
return false; // disable by default
182182
}
183183

184184
export interface IPath<T = IEditorOptions> extends IPathData<T> {

0 commit comments

Comments
 (0)