1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-01 00:54:58 +02:00

Working popup

This commit is contained in:
mjarkk
2018-12-07 14:56:29 +01:00
parent ced81e11f0
commit 8f904ffd72
6 changed files with 43 additions and 9 deletions

View File

@ -115,7 +115,7 @@ func (gui *Gui) handlePushClose(g *gocui.Gui, v *gocui.View) error {
if err != nil {
return err
}
gui.credentials <- ""
gui.credentials <- "-"
return gui.switchFocus(g, v, gui.getFilesView(g))
}