瀏覽代碼

Changes to up arrow for unpublished commits

main
Eric Amodio 4 年之前
父節點
當前提交
d0728c4d8d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/views/nodes/commitNode.ts

+ 1
- 1
src/views/nodes/commitNode.ts 查看文件

@ -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…
取消
儲存