fix: remove SearchResultSelectedCommit from preference.json

This commit is contained in:
Gadfly 2024-05-15 16:17:29 +08:00
parent bb557cdebe
commit 6e35ee64da

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;