mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
fix: remove SearchResultSelectedCommit from preference.json
This commit is contained in:
parent
bb557cdebe
commit
6e35ee64da
1 changed files with 1 additions and 0 deletions
|
@ -236,6 +236,7 @@ namespace SourceGit.ViewModels
|
|||
private set => SetProperty(ref _hasUnsolvedConflicts, value);
|
||||
}
|
||||
|
||||
[JsonIgnore]
|
||||
public Models.Commit SearchResultSelectedCommit
|
||||
{
|
||||
get => _searchResultSelectedCommit;
|
||||
|
|
Loading…
Reference in a new issue