fix scm input visibility

This commit is contained in:
João Moreno
2020-06-25 12:16:36 +02:00
parent fe68282696
commit 0bf3a85363
2 changed files with 15 additions and 11 deletions

View File

@@ -758,7 +758,6 @@ export class Repository implements Disposable {
onConfigListenerForInputBoxVisibility(updateInputBoxVisibility, this, this.disposables);
updateInputBoxVisibility();
this.workingTreeGroup.hideWhenEmpty = true;
this.mergeGroup.hideWhenEmpty = true;
this.untrackedGroup.hideWhenEmpty = true;