1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

cleanup of list context file

This commit is contained in:
Jesse Duffield
2020-08-23 09:42:30 +10:00
parent 953298de74
commit ed85ea69bd
2 changed files with 96 additions and 100 deletions

View File

@ -186,7 +186,7 @@ type stashPanelState struct {
type menuPanelState struct {
listPanelState
OnPress func(g *gocui.Gui, v *gocui.View) error
OnPress func() error
}
type commitFilesPanelState struct {