mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00: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…
Add table
Add a link
Reference in a new issue