fix: git auto found not correctly saved
This commit is contained in:
parent
6177398ce6
commit
c58b76d7cd
|
@ -5155,7 +5155,7 @@ void Settings::VCS::detectGitInPath()
|
|||
QString oldPath = mGitPath;
|
||||
setGitPath(dir.filePath(GIT_PROGRAM));
|
||||
if (mGitOk) {
|
||||
doSave();
|
||||
save();
|
||||
return;
|
||||
} else {
|
||||
mGitPath = oldPath;
|
||||
|
|
Loading…
Reference in New Issue