Ver a proveniência

Adds collapse all button - #688

main
Eric Amodio há 5 anos
ascendente
cometimento
430fe8e77a
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/views/repositoriesView.ts

+ 1
- 1
src/views/repositoriesView.ts Ver ficheiro

@ -70,7 +70,7 @@ export class RepositoriesView extends ViewBase {
}
if (configuration.changed(e, configuration.name('views')('repositories')('location').value)) {
this.initialize(this.config.location);
this.initialize(this.config.location, { showCollapseAll: true });
}
if (!configuration.initializing(e) && this._root !== undefined) {

Carregando…
Cancelar
Guardar