This commit is contained in:
João Moreno
2020-06-24 11:11:34 +02:00
parent caf1564eb9
commit bdcb290645
3 changed files with 11 additions and 4 deletions

View File

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