Skip to content

Commit 4ca6830

Browse files
authored
Merge pull request #163413 from microsoft/sandy081/dull-turtle
fix #163317 (#163319)
2 parents bc9c7c1 + 664c281 commit 4ca6830

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)