mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
Set current view to limit view
This commit is contained in:
parent
c6da4c8a47
commit
abd0803ef4
|
|
@ -180,6 +180,7 @@ func (gui *Gui) layout(g *gocui.Gui) error {
|
|||
}
|
||||
v.Title = gui.Tr.SLocalize("NotEnoughSpace")
|
||||
v.Wrap = true
|
||||
g.SetCurrentView(v.Name())
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue