mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-21 13:20:30 +08:00
fix: issue cause by commit eeb6abb560
This commit is contained in:
@@ -353,7 +353,7 @@ namespace SourceGit.ViewModels
|
||||
{
|
||||
node = new RepositoryNode()
|
||||
{
|
||||
Id = Guid.NewGuid().ToString(),
|
||||
Id = repo,
|
||||
Name = Path.GetFileName(repo),
|
||||
Bookmark = 0,
|
||||
IsRepository = true,
|
||||
|
||||
Reference in New Issue
Block a user