mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
enhance: change default search commit method to Message
This commit is contained in:
parent
b85c2a1754
commit
e27d2d6a3f
1 changed files with 1 additions and 1 deletions
|
@ -1990,7 +1990,7 @@ namespace SourceGit.ViewModels
|
|||
private bool _isSearching = false;
|
||||
private bool _isSearchLoadingVisible = false;
|
||||
private bool _isSearchCommitSuggestionOpen = false;
|
||||
private int _searchCommitFilterType = 0;
|
||||
private int _searchCommitFilterType = 2;
|
||||
private bool _enableFirstParentInHistories = false;
|
||||
private string _searchCommitFilter = string.Empty;
|
||||
private List<Models.Commit> _searchedCommits = new List<Models.Commit>();
|
||||
|
|
Loading…
Reference in a new issue