mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-17 22:32:58 +02: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),
|
Key: gui.getKey(config.Branches.ViewPullRequestOptions),
|
||||||
Handler: gui.handleCreatePullRequestMenu,
|
Handler: gui.handleCreatePullRequestMenu,
|
||||||
Description: gui.Tr.LcCreatePullRequestOptions,
|
Description: gui.Tr.LcCreatePullRequestOptions,
|
||||||
|
OpensMenu: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
ViewName: "branches",
|
ViewName: "branches",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user