mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
add missing default sort order in commits panel
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
parent
954347c5bd
commit
6da42b07cd
1 changed files with 5 additions and 0 deletions
|
@ -1272,6 +1272,11 @@ func (self *LocalCommitsController) handleOpenLogMenu() error {
|
|||
OnPress: onPress("author-date-order"),
|
||||
Widget: types.MakeMenuRadioButton(currentValue == "author-date-order"),
|
||||
},
|
||||
{
|
||||
Label: "default",
|
||||
OnPress: onPress("default"),
|
||||
Widget: types.MakeMenuRadioButton(currentValue == "default"),
|
||||
},
|
||||
},
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue