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 5a94444 commit 8e42bdaCopy full SHA for 8e42bda
src/vs/platform/windows/electron-main/windowImpl.ts
@@ -1072,7 +1072,7 @@ export class CodeWindow extends Disposable implements ICodeWindow {
1072
}
1073
1074
// Windows: window control overlay (WCO)
1075
- if (isWindows) {
+ if (isWindows && useWindowControlsOverlay(this.configurationService, this.environmentMainService)) {
1076
this._win.setTitleBarOverlay({
1077
color: options.backgroundColor?.trim() === '' ? undefined : options.backgroundColor,
1078
symbolColor: options.foregroundColor?.trim() === '' ? undefined : options.foregroundColor,
0 commit comments