mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-06 22:33:07 +02:00
Add tooltips for commit log menu
This commit is contained in:
@ -1180,6 +1180,7 @@ func (self *LocalCommitsController) handleOpenLogMenu() error {
|
||||
},
|
||||
{
|
||||
Label: self.c.Tr.ShowGitGraph,
|
||||
Tooltip: self.c.Tr.ShowGitGraphTooltip,
|
||||
OpensMenu: true,
|
||||
OnPress: func() error {
|
||||
currentValue := self.c.UserConfig().Git.Log.ShowGraph
|
||||
@ -1215,6 +1216,7 @@ func (self *LocalCommitsController) handleOpenLogMenu() error {
|
||||
},
|
||||
{
|
||||
Label: self.c.Tr.SortCommits,
|
||||
Tooltip: self.c.Tr.SortCommitsTooltip,
|
||||
OpensMenu: true,
|
||||
OnPress: func() error {
|
||||
currentValue := self.c.UserConfig().Git.Log.Order
|
||||
|
Reference in New Issue
Block a user