1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-25 00:46:54 +02:00

small things

WIP
This commit is contained in:
Jesse Duffield
2020-08-16 18:17:16 +10:00
parent ed4574bda9
commit fd8a455aff
3 changed files with 58 additions and 81 deletions

View File

@ -168,9 +168,11 @@ func (gui *Gui) prepareConfirmationPanel(currentView *gocui.View, title, prompt
}
func (gui *Gui) onNewPopupPanel() {
viewNames := []string{"commitMessage",
viewNames := []string{
"commitMessage",
"credentials",
"menu"}
"menu",
}
for _, viewName := range viewNames {
_, _ = gui.g.SetViewOnBottom(viewName)
}