mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-22 13:51:15 +08:00
fix<Dashboard>: fix open submodule by context menu
This commit is contained in:
@@ -1014,7 +1014,7 @@ namespace SourceGit.UI {
|
||||
sub.Path = Path.Combine(repo.Path, path);
|
||||
sub.Name = Path.GetFileName(path);
|
||||
sub.Parent = repo;
|
||||
sub.Open();
|
||||
App.Open(sub);
|
||||
|
||||
ev.Handled = true;
|
||||
};
|
||||
@@ -1043,7 +1043,8 @@ namespace SourceGit.UI {
|
||||
sub.Name = Path.GetFileName(path);
|
||||
sub.Parent = repo;
|
||||
|
||||
App.Open(sub);
|
||||
App.Open(sub);
|
||||
e.Handled = true;
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user