mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-06 08:59:31 +02:00
for some reason the commit files view was on top
This commit is contained in:
@@ -159,6 +159,7 @@ func (gui *Gui) layout(g *gocui.Gui) error {
|
||||
commitFilesView.Title = gui.Tr.CommitFiles
|
||||
commitFilesView.FgColor = textColor
|
||||
commitFilesView.ContainsList = true
|
||||
_, _ = gui.g.SetViewOnBottom("commitFiles")
|
||||
}
|
||||
|
||||
commitsView, err := setViewFromDimensions("commits", "commits", true)
|
||||
|
||||
Reference in New Issue
Block a user