feature: supports search commit only in current branch

This commit is contained in:
leo 2024-09-27 11:17:02 +08:00
parent 027844f4c5
commit 130c98ad40
No known key found for this signature in database
14 changed files with 47 additions and 36 deletions

View file

@ -65,7 +65,7 @@ namespace SourceGit.ViewModels
CallUIThread(() =>
{
_repo.MarkFetched();
_repo.SetWatcherEnabled(true);
_repo.SetWatcherEnabled(true);
});
return true;