Skip to content

Commit 664c281

Browse files
committed
1 parent 5b69c8d commit 664c281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/browser/parts/activitybar/activitybarPart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ export class ActivitybarPart extends Part implements IPaneCompositeSelectorPart
939939
state.push({
940940
id: compositeItem.id,
941941
name: viewContainerModel.title,
942-
icon: URI.isUri(viewContainerModel.icon) && this.environmentService.remoteAuthority && isNative ? undefined : viewContainerModel.icon, /* Donot cache uri icons in desktop with remote connection */
942+
icon: URI.isUri(viewContainerModel.icon) && this.environmentService.remoteAuthority ? undefined : viewContainerModel.icon, /* Donot cache uri icons with remote connection */
943943
views,
944944
pinned: compositeItem.pinned,
945945
order: compositeItem.order,

0 commit comments

Comments
 (0)