mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Fix keybinding display for local branches sort order to indicate it's a menu
This commit is contained in:
@ -140,6 +140,7 @@ func (self *BranchesController) GetKeybindings(opts types.KeybindingsOpts) []*ty
|
|||||||
Key: opts.GetKey(opts.Config.Branches.SortOrder),
|
Key: opts.GetKey(opts.Config.Branches.SortOrder),
|
||||||
Handler: self.createSortMenu,
|
Handler: self.createSortMenu,
|
||||||
Description: self.c.Tr.SortOrder,
|
Description: self.c.Tr.SortOrder,
|
||||||
|
OpensMenu: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Key: opts.GetKey(opts.Config.Commits.ViewResetOptions),
|
Key: opts.GetKey(opts.Config.Commits.ViewResetOptions),
|
||||||
|
Reference in New Issue
Block a user