File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ public string SearchCommitFilter
321321 set
322322 {
323323 if ( SetProperty ( ref _searchCommitFilter , value ) &&
324- _searchCommitFilterType == 3 &&
324+ _searchCommitFilterType == 4 &&
325325 ! string . IsNullOrEmpty ( value ) &&
326326 value . Length >= 2 &&
327327 _revisionFiles . Count > 0 )
@@ -2395,14 +2395,14 @@ private void UpdateCurrentRevisionFilesForSearchSuggestion()
23952395 {
23962396 _revisionFiles . Clear ( ) ;
23972397
2398- if ( _searchCommitFilterType == 3 )
2398+ if ( _searchCommitFilterType == 4 )
23992399 {
24002400 Task . Run ( ( ) =>
24012401 {
24022402 var files = new Commands . QueryRevisionFileNames ( _fullpath , "HEAD" ) . Result ( ) ;
24032403 Dispatcher . UIThread . Invoke ( ( ) =>
24042404 {
2405- if ( _searchCommitFilterType != 3 )
2405+ if ( _searchCommitFilterType != 4 )
24062406 return ;
24072407
24082408 _revisionFiles . AddRange ( files ) ;
You can’t perform that action at this time.
0 commit comments