提交 0d3a1440 编写于 作者: S SteVen Batten

fix issue with double menubar with unity

上级 ebf5f769
......@@ -70,7 +70,9 @@ export class Menubar {
this.menubarMenus = Object.create(null);
this.keybindings = Object.create(null);
this.restoreCachedMenubarData();
if (isMacintosh || this.configurationService.getValue('window.titleBarStyle') === 'native') {
this.restoreCachedMenubarData();
}
this.addFallbackHandlers();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册