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.
compact
1 parent 8edc58a commit 46a2336Copy full SHA for 46a2336
src/vs/workbench/browser/parts/titlebar/titlebarPart.ts
@@ -719,7 +719,7 @@ export class BrowserTitlebarPart extends Part implements ITitlebarPart {
719
720
const zoomFactor = getZoomFactor();
721
722
- const noMenubar = this.currentMenubarVisibility === 'hidden' || (!isWeb && isMacintosh);
+ const noMenubar = this.currentMenubarVisibility === 'hidden' || this.currentMenubarVisibility === 'compact' || (!isWeb && isMacintosh);
723
const noCommandCenter = !this.isCommandCenterVisible;
724
const noToolBarActions = !this.layoutControlEnabled && !this.editorActionsEnabled && !this.activityActionsEnabled;
725
0 commit comments