Browse Source

Changes to up arrow for unpublished commits

main
Eric Amodio 4 years ago
parent
commit
d0728c4d8d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/nodes/commitNode.ts

+ 1
- 1
src/views/nodes/commitNode.ts View File

@ -113,7 +113,7 @@ export class CommitNode extends ViewRefNode
messageTruncateAtNewLine: true,
});
item.iconPath = this.unpublished
? new ThemeIcon('cloud-upload')
? new ThemeIcon('arrow-up')
: !(this.view instanceof StashesView) && this.view.config.avatars
? this.commit.getAvatarUri(Container.config.defaultGravatarsStyle)
: new ThemeIcon('git-commit');

Loading…
Cancel
Save