1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-29 22:48:24 +02:00
This commit is contained in:
Jesse Duffield
2021-04-03 20:30:18 +11:00
parent 633b6f596d
commit f3a0058eb9
4 changed files with 33 additions and 3 deletions

View File

@@ -319,7 +319,7 @@ func (gui *Gui) getConfirmationView() *gocui.View {
}
func (gui *Gui) getInformationView() *gocui.View {
v, _ := gui.g.View("confirmation")
v, _ := gui.g.View("information")
return v
}