Changes show all commits icon

This commit is contained in:
Eric Amodio
2017-09-12 13:02:04 -04:00
parent c3dd83cf3c
commit 48814d4213
3 changed files with 10 additions and 2 deletions

View File

@@ -73,8 +73,8 @@ export class PagerNode extends ExplorerNode {
item.contextValue = this.resourceType;
item.command = this.getCommand();
item.iconPath = {
dark: this.context.asAbsolutePath('images/dark/icon-sync.svg'),
light: this.context.asAbsolutePath('images/light/icon-sync.svg')
dark: this.context.asAbsolutePath('images/dark/icon-unfold.svg'),
light: this.context.asAbsolutePath('images/light/icon-unfold.svg')
};
return item;
}