summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/remote_branches_controller.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/controllers/remote_branches_controller.go')
-rw-r--r--pkg/gui/controllers/remote_branches_controller.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/gui/controllers/remote_branches_controller.go b/pkg/gui/controllers/remote_branches_controller.go
index 97dbf56b0..d793c6148 100644
--- a/pkg/gui/controllers/remote_branches_controller.go
+++ b/pkg/gui/controllers/remote_branches_controller.go
@@ -145,7 +145,8 @@ func (self *RemoteBranchesController) createSortMenu() error {
return self.c.Refresh(types.RefreshOptions{Mode: types.ASYNC, Scope: []types.RefreshableView{types.REMOTES}})
}
return nil
- })
+ },
+ self.c.GetAppState().RemoteBranchSortOrder)
}
func (self *RemoteBranchesController) createResetMenu(selectedBranch *models.RemoteBranch) error {