mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 04:45:47 +02:00
Show radio buttons in the sort order menu for branches
This commit is contained in:
parent
20a4aeab6e
commit
68c966567c
5 changed files with 24 additions and 4 deletions
|
@ -696,7 +696,8 @@ func (self *BranchesController) createSortMenu() error {
|
|||
return self.c.Refresh(types.RefreshOptions{Mode: types.ASYNC, Scope: []types.RefreshableView{types.BRANCHES}})
|
||||
}
|
||||
return nil
|
||||
})
|
||||
},
|
||||
self.c.GetAppState().LocalBranchSortOrder)
|
||||
}
|
||||
|
||||
func (self *BranchesController) createResetMenu(selectedBranch *models.Branch) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue