Procházet zdrojové kódy

Changes to up arrow for unpublished commits

main
Eric Amodio před 4 roky
rodič
revize
d0728c4d8d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/views/nodes/commitNode.ts

+ 1
- 1
src/views/nodes/commitNode.ts Zobrazit soubor

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

Načítá se…
Zrušit
Uložit