mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-25 03:12:21 +08:00
enhance: pre-fill SearchChangeFilter in Dir Histories window (#1470)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -49,6 +49,7 @@ namespace SourceGit.ViewModels
|
||||
|
||||
_repo = repo;
|
||||
_detail = new CommitDetail(repo, false);
|
||||
_detail.SearchChangeFilter = dir;
|
||||
|
||||
Task.Run(() =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user