1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-17 00:18:05 +02:00

naming change

This commit is contained in:
Jesse Duffield
2021-06-14 18:17:08 +10:00
parent 7588d5290b
commit ce7cbe58a0
3 changed files with 4 additions and 4 deletions

View File

@ -496,7 +496,7 @@ func (gui *Gui) Run() error {
g.ASCII = runtime.GOOS == "windows" && runewidth.IsEastAsian()
g.ShowTotal = userConfig.Gui.ShowTotal
g.ShowListFooter = userConfig.Gui.ShowListFooter
if userConfig.Gui.MouseEvents {
g.Mouse = true