mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
Fix menu item color
This commit is contained in:
parent
b590397dce
commit
bccf203a18
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue