mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-22 10:55:00 +00:00
Force unstaged count to refresh
This commit is contained in:
parent
24e01652e2
commit
e745e988b4
1 changed files with 1 additions and 0 deletions
|
@ -307,6 +307,7 @@ namespace SourceGit.ViewModels
|
||||||
_isLoadingData = true;
|
_isLoadingData = true;
|
||||||
HasUnsolvedConflicts = hasConflict;
|
HasUnsolvedConflicts = hasConflict;
|
||||||
VisibleUnstaged = visibleUnstaged;
|
VisibleUnstaged = visibleUnstaged;
|
||||||
|
OnPropertyChanged(nameof(Unstaged));
|
||||||
Staged = staged;
|
Staged = staged;
|
||||||
SelectedUnstaged = selectedUnstaged;
|
SelectedUnstaged = selectedUnstaged;
|
||||||
SelectedStaged = selectedStaged;
|
SelectedStaged = selectedStaged;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue