summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-05-04 16:15:08 +0200
committerStefan Haller <stefan@haller-berlin.de>2024-06-03 14:06:11 +0200
commitca6d88080cef1ab768fc088081d1962e110234e8 (patch)
tree2dabe56fbfabb0daaa627742b7e4f2fb18cbbfdb /pkg
parent1b7ded6df36afc2a52a60863ec7ab23b79326a24 (diff)
Make "Rebase" show up with "..." in the keybindings menu
Diffstat (limited to 'pkg')
-rw-r--r--pkg/gui/controllers/branches_controller.go1
1 files changed, 1 insertions, 0 deletions
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,
},
{