summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
diff options
context:
space:
mode:
authorDenis Palashevskii <palash.denis@outlook.com>2021-04-22 10:19:59 +0400
committerJesse Duffield <jessedduffield@gmail.com>2021-07-27 21:30:08 +1000
commitbccf203a18b9cc09bea66c21954daaff43fd1496 (patch)
tree86f57ee9d789bdb821e2906da330fa12c745869c /pkg/gui/keybindings.go
parentb590397dce7cf5f83dbf2528b30a347fe26d9d67 (diff)
Fix menu item color
Diffstat (limited to 'pkg/gui/keybindings.go')
-rw-r--r--pkg/gui/keybindings.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go
index f41485ebb..f9537e755 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -551,6 +551,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
Key: gui.getKey(config.Branches.ViewPullRequestOptions),
Handler: gui.handleCreatePullRequestMenu,
Description: gui.Tr.LcCreatePullRequestOptions,
+ OpensMenu: true,
},
{
ViewName: "branches",