mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
use git.autoFetch config option
This commit is contained in:
parent
4c73c8889f
commit
600112780c
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue