We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea173cf commit aaa4578Copy full SHA for aaa4578
pkg/gui/controllers/helpers/refresh_helper.go
@@ -267,9 +267,11 @@ func (self *RefreshHelper) refreshReflogCommitsConsideringStartup() {
267
}
268
269
func (self *RefreshHelper) refreshReflogAndBranches(refreshWorktrees bool, keepBranchSelectionIndex bool) {
270
+ loadBehindCounts := self.c.State().GetRepoState().GetStartupStage() == types.COMPLETE
271
+
272
self.refreshReflogCommitsConsideringStartup()
273
- self.refreshBranches(refreshWorktrees, keepBranchSelectionIndex, false)
274
+ self.refreshBranches(refreshWorktrees, keepBranchSelectionIndex, loadBehindCounts)
275
276
277
func (self *RefreshHelper) refreshCommitsAndCommitFiles() {
0 commit comments