code_style: make geometry icon resources list in order

This commit is contained in:
leo 2024-06-26 15:51:49 +08:00
parent 773eb9501f
commit d2e3b683f1
No known key found for this signature in database
5 changed files with 117 additions and 117 deletions

View file

@ -46,7 +46,7 @@ namespace SourceGit.Commands
public bool Install()
{
return new SubCmd(_repo, $"lfs install", null).Exec();
return new SubCmd(_repo, "lfs install --local", null).Exec();
}
public bool Track(string pattern, bool isFilenameMode = false)