提交 8ea66339 编写于 作者: S SteVen Batten

only add check for updates to windows/linux help

上级 b9885b99
......@@ -590,10 +590,12 @@ export class MenubarPart extends Part {
break;
case 'workbench.action.showAboutDialog':
const updateAction = this.getUpdateAction();
if (updateAction) {
target.push(updateAction);
target.push(new Separator());
if (!isMacintosh) {
const updateAction = this.getUpdateAction();
if (updateAction) {
target.push(updateAction);
target.push(new Separator());
}
}
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册