Skip to content

Commit 5e2dffa

Browse files
authored
Disable WCO by default in main process (microsoft#160551)
1 parent 8f2df76 commit 5e2dffa

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)