Make "Rebase" show up with "..." in the keybindings menu

This commit is contained in:
Stefan Haller 2024-05-04 16:15:08 +02:00 committed by Jesse Duffield
parent 9ede2f025e
commit 7acf96bd0d

View file

@ -107,6 +107,7 @@ func (self *BranchesController) GetKeybindings(opts types.KeybindingsOpts) []*ty
),
Description: self.c.Tr.RebaseBranch,
Tooltip: self.c.Tr.RebaseBranchTooltip,
OpensMenu: true,
DisplayOnScreen: true,
},
{