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 cf032d1 commit 13755b3Copy full SHA for 13755b3
src/vs/workbench/services/layout/browser/layoutService.ts
@@ -352,7 +352,7 @@ export function shouldShowCustomTitleBar(configurationService: IConfigurationSer
352
}
353
354
// Hide custom title bar when native title bar enabled and custom title bar is empty
355
- if (hasNativeMenu(configurationService)) {
+ if (nativeTitleBarEnabled && hasNativeMenu(configurationService)) {
356
return false;
357
358
0 commit comments