mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
fix: close popup if current page is the last one
This commit is contained in:
parent
78654243a0
commit
2078886bc9
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ namespace SourceGit.ViewModels
|
|||
|
||||
last.Node = new RepositoryNode() { Id = Guid.NewGuid().ToString() };
|
||||
last.Data = Welcome.Instance;
|
||||
last.Popup = null;
|
||||
|
||||
GC.Collect();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue