diff --git a/pkg/gui/controllers/local_commits_controller.go b/pkg/gui/controllers/local_commits_controller.go index 96c2ea18b..d5e6265bd 100644 --- a/pkg/gui/controllers/local_commits_controller.go +++ b/pkg/gui/controllers/local_commits_controller.go @@ -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"), + }, }, }) },