mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
fix #52273
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user