feature: supports to copy selected folder path in changes and rename searching by file to searching by path (#1470)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2025-06-28 12:38:03 +08:00
parent 1acf2a14df
commit 133b69de4a
8 changed files with 85 additions and 15 deletions

View File

@@ -2891,7 +2891,7 @@ namespace SourceGit.ViewModels
private bool IsSearchingCommitsByFilePath()
{
return _isSearching && _searchCommitFilterType == (int)Models.CommitSearchMethod.ByFile;
return _isSearching && _searchCommitFilterType == (int)Models.CommitSearchMethod.ByPath;
}
private void CalcWorktreeFilesForSearching()