mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 10:50:52 +08:00
fix: view not update after Close Other Tabs clicked
This commit is contained in:
@@ -188,6 +188,7 @@ namespace SourceGit.ViewModels
|
||||
}
|
||||
|
||||
Pages = new AvaloniaList<LauncherPage> { ActivePage };
|
||||
OnPropertyChanged(nameof(Pages));
|
||||
GC.Collect();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user