提交 fc300b46 编写于 作者: S SteVen Batten

fixes #56990

上级 4ed24e07
......@@ -537,6 +537,10 @@ export class Workbench extends Disposable implements IPartService {
this.menubarToggled = visible;
if (this.menubarVisibility === 'toggle' || (browser.isFullscreen() && this.menubarVisibility === 'default')) {
if (browser.isFullscreen() && this.menubarVisibility === 'default') {
this._onTitleBarVisibilityChange.fire();
}
this.layout();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册