We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2df76 commit 5e2dffaCopy full SHA for 5e2dffa
src/vs/platform/window/common/window.ts
@@ -178,7 +178,7 @@ export function useWindowControlsOverlay(configurationService: IConfigurationSer
178
return configuredUseWindowControlsOverlay;
179
}
180
181
- return true; // enabled by default
+ return false; // disable by default
182
183
184
export interface IPath<T = IEditorOptions> extends IPathData<T> {
0 commit comments