Kaynağa Gözat

Changes to up arrow for unpublished commits

main
Eric Amodio 4 yıl önce
ebeveyn
işleme
d0728c4d8d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/views/nodes/commitNode.ts

+ 1
- 1
src/views/nodes/commitNode.ts Dosyayı Görüntüle

@ -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');

Yükleniyor…
İptal
Kaydet