提交 5b9309f3 编写于 作者: S Sandeep Somavarapu

#100346 use cloud icon

上级 e14c0748
......@@ -107,7 +107,7 @@ export class UserDataManualSyncViewPane extends TreeViewPane {
super({
id: `workbench.actions.sync.acceptRemote`,
title: localize('workbench.actions.sync.acceptRemote', "Accept Remote"),
icon: Codicon.cloudDownload, /* Use just cloud icon */
icon: Codicon.cloud,
menu: {
id: MenuId.ViewItemContext,
when: ContextKeyExpr.and(ContextKeyEqualsExpr.create('view', MANUAL_SYNC_VIEW_ID), ContextKeyExpr.or(ContextKeyExpr.equals('viewItem', 'sync-resource-preview'), ContextKeyExpr.equals('viewItem', 'sync-resource-conflict'))),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册