mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
enhance: workspace tooltip (#445)
This commit is contained in:
parent
ebc112a627
commit
0190c2111d
6 changed files with 17 additions and 5 deletions
|
@ -125,6 +125,7 @@ namespace SourceGit.ViewModels
|
|||
var last = Pages[0];
|
||||
if (last.Data is Repository repo)
|
||||
{
|
||||
ActiveWorkspace.Repositories.Remove(repo.FullPath);
|
||||
Models.AutoFetchManager.Instance.RemoveRepository(repo.FullPath);
|
||||
repo.Close();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue