enhance: workspace tooltip (#445)

This commit is contained in:
leo 2024-09-09 18:47:53 +08:00
parent ebc112a627
commit 0190c2111d
No known key found for this signature in database
6 changed files with 17 additions and 5 deletions

View file

@ -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();