Browse Source

Adds collapse all button - #688

main
Eric Amodio 5 years ago
parent
commit
430fe8e77a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/repositoriesView.ts

+ 1
- 1
src/views/repositoriesView.ts View File

@ -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) {

Loading…
Cancel
Save