Procházet zdrojové kódy

Adds GitLab icon

main
Maxim Pekurin před 6 roky
odevzdal Eric Amodio
rodič
revize
9793d1da44
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +4
    -0
      src/git/remotes/gitlab.ts

+ 4
- 0
src/git/remotes/gitlab.ts Zobrazit soubor

@ -16,6 +16,10 @@ export class GitLabService extends RemoteProvider {
super(domain, path, protocol, name, custom);
}
get icon() {
return 'gitlab';
}
get name() {
return this.formatName('GitLab');
}

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