mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-27 12:32:37 +02: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.Title = gui.Tr.SLocalize("NotEnoughSpace")
|
||||||
v.Wrap = true
|
v.Wrap = true
|
||||||
|
g.SetCurrentView(v.Name())
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user