Merge pull request #131 from gadfly3173/fix/perference-ignore

fix: remove SearchResultSelectedCommit from preference.json
This commit is contained in:
leo 2024-05-15 16:35:21 +08:00 committed by GitHub
commit 6709d3c187
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -236,6 +236,7 @@ namespace SourceGit.ViewModels
private set => SetProperty(ref _hasUnsolvedConflicts, value); private set => SetProperty(ref _hasUnsolvedConflicts, value);
} }
[JsonIgnore]
public Models.Commit SearchResultSelectedCommit public Models.Commit SearchResultSelectedCommit
{ {
get => _searchResultSelectedCommit; get => _searchResultSelectedCommit;