mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-28 09:35:41 -05:00
Changes show all commits icon
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user