Skip to content

Commit a7fc8ef

Browse files
committed
enhance: pre-fill SearchChangeFilter in Dir Histories window (#1470)
Signed-off-by: leo <[email protected]>
1 parent 4c4705a commit a7fc8ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ViewModels/DirHistories.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public DirHistories(Repository repo, string dir, string revision = null)
4949

5050
_repo = repo;
5151
_detail = new CommitDetail(repo, false);
52+
_detail.SearchChangeFilter = dir;
5253

5354
Task.Run(() =>
5455
{

0 commit comments

Comments
 (0)