mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02:00
Show radio buttons in the sort order menu for branches
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user