From ca6d88080cef1ab768fc088081d1962e110234e8 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sat, 4 May 2024 16:15:08 +0200 Subject: [PATCH] Make "Rebase" show up with "..." in the keybindings menu --- pkg/gui/controllers/branches_controller.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/gui/controllers/branches_controller.go b/pkg/gui/controllers/branches_controller.go index b46802320..c975d500d 100644 --- a/pkg/gui/controllers/branches_controller.go +++ b/pkg/gui/controllers/branches_controller.go @@ -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, }, {