Selaa lähdekoodia

Adds GitLab icon

main
Maxim Pekurin 6 vuotta sitten
committed by Eric Amodio
vanhempi
commit
9793d1da44
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. +4
    -0
      src/git/remotes/gitlab.ts

+ 4
- 0
src/git/remotes/gitlab.ts Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna