mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 19:55:00 +00:00
feature: supports to search stashes (#213)
This commit is contained in:
parent
3e54ab0227
commit
aee6df4132
3 changed files with 100 additions and 40 deletions
|
@ -169,7 +169,7 @@ namespace SourceGit.ViewModels
|
|||
[JsonIgnore]
|
||||
public int StashesCount
|
||||
{
|
||||
get => _stashesPage == null ? 0 : _stashesPage.Count;
|
||||
get => _stashesPage == null ? 0 : _stashesPage.Stashes.Count;
|
||||
}
|
||||
|
||||
[JsonIgnore]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue