mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
fix: view not update after Close Other Tabs
clicked
This commit is contained in:
parent
f977e76ea7
commit
7c79340cc1
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ namespace SourceGit.ViewModels
|
|||
}
|
||||
|
||||
Pages = new AvaloniaList<LauncherPage> { ActivePage };
|
||||
OnPropertyChanged(nameof(Pages));
|
||||
GC.Collect();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue