enhance: pre-fill SearchChangeFilter in Dir Histories window (#1470)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2025-07-01 16:28:29 +08:00
parent 4c4705a51f
commit a7fc8effc2

View File

@@ -49,6 +49,7 @@ namespace SourceGit.ViewModels
_repo = repo;
_detail = new CommitDetail(repo, false);
_detail.SearchChangeFilter = dir;
Task.Run(() =>
{