提交 30bd33d4 编写于 作者: B Benjamin Pasero

fix #52273

上级 74a10150
......@@ -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.getCustomTitleBarStyle() === 'custom' && !this.menubarHidden;
return 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.
先完成此消息的编辑!
想要评论请 注册