fix: local changes do not updated after submodule changed (#339)

This commit is contained in:
leo 2024-08-09 14:28:10 +08:00
parent 905664c5e2
commit d37f53a4f3
No known key found for this signature in database

View file

@ -220,7 +220,7 @@ namespace SourceGit.Models
if (name.StartsWith(submodule, StringComparison.Ordinal))
{
_updateSubmodules = DateTime.Now.AddSeconds(1).ToFileTime();
return;
break;
}
}
}