diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go index 1278411de..20c247fa1 100644 --- a/pkg/gui/gui.go +++ b/pkg/gui/gui.go @@ -660,7 +660,7 @@ func (gui *Gui) Run() error { gui.waitForIntro.Add(1) } - if gui.Config.GetUserConfig().GetBool("gui.git.autoFetch") { + if gui.Config.GetUserConfig().GetBool("git.autoFetch") { go gui.startBackgroundFetch() } gui.goEvery(time.Second*10, gui.refreshFiles)