mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -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);
|
private set => SetProperty(ref _hasUnsolvedConflicts, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[JsonIgnore]
|
||||||
public Models.Commit SearchResultSelectedCommit
|
public Models.Commit SearchResultSelectedCommit
|
||||||
{
|
{
|
||||||
get => _searchResultSelectedCommit;
|
get => _searchResultSelectedCommit;
|
||||||
|
|
Loading…
Reference in a new issue