mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-28 23:54:59 +00:00
Merge pull request #131 from gadfly3173/fix/perference-ignore
fix: remove SearchResultSelectedCommit from preference.json
This commit is contained in:
commit
6709d3c187
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…
Add table
Add a link
Reference in a new issue