mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 19:02:39 +08:00
fix: close popup if current page is the last one
This commit is contained in:
@@ -136,6 +136,7 @@ namespace SourceGit.ViewModels
|
||||
|
||||
last.Node = new RepositoryNode() { Id = Guid.NewGuid().ToString() };
|
||||
last.Data = Welcome.Instance;
|
||||
last.Popup = null;
|
||||
|
||||
GC.Collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user