mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-21 21:47:32 +02:00
Made the go bot happy
This commit is contained in:
parent
a69b985086
commit
07fec6d00e
@ -313,7 +313,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.SetViewOnTop("limit")
|
_, _ = g.SetViewOnTop("limit")
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user