提交 98fb7aa3 编写于 作者: S SteVen Batten

fixes #52376

上级 0532c31e
......@@ -1188,7 +1188,7 @@ export class Workbench extends Disposable implements IPartService {
case Parts.TITLEBAR_PART:
return this.getCustomTitleBarStyle() === 'custom' && !browser.isFullscreen();
case Parts.MENUBAR_PART:
return this.isVisible(Parts.TITLEBAR_PART) && !this.menubarHidden;
return !isMacintosh && this.isVisible(Parts.TITLEBAR_PART) && !this.menubarHidden;
case Parts.SIDEBAR_PART:
return !this.sideBarHidden;
case Parts.PANEL_PART:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册