From bccf203a18b9cc09bea66c21954daaff43fd1496 Mon Sep 17 00:00:00 2001 From: Denis Palashevskii Date: Thu, 22 Apr 2021 10:19:59 +0400 Subject: [PATCH] Fix menu item color --- pkg/gui/keybindings.go | 1 + 1 file changed, 1 insertion(+) 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",