Skip to content

Commit 48814d4

Browse files
committed
Changes show all commits icon
1 parent c3dd83c commit 48814d4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

images/dark/icon-unfold.svg

Lines changed: 4 additions & 0 deletions
Loading

images/light/icon-unfold.svg

Lines changed: 4 additions & 0 deletions
Loading

src/views/explorerNode.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ export class PagerNode extends ExplorerNode {
7373
item.contextValue = this.resourceType;
7474
item.command = this.getCommand();
7575
item.iconPath = {
76-
dark: this.context.asAbsolutePath('images/dark/icon-sync.svg'),
77-
light: this.context.asAbsolutePath('images/light/icon-sync.svg')
76+
dark: this.context.asAbsolutePath('images/dark/icon-unfold.svg'),
77+
light: this.context.asAbsolutePath('images/light/icon-unfold.svg')
7878
};
7979
return item;
8080
}

0 commit comments

Comments
 (0)