mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 10:50:52 +08:00
enhance: new welcome page will clear the search filter before
This commit is contained in:
@@ -28,6 +28,9 @@ namespace SourceGit.ViewModels
|
||||
{
|
||||
_node = new RepositoryNode() { Id = Guid.NewGuid().ToString() };
|
||||
_data = Welcome.Instance;
|
||||
|
||||
// New welcome page will clear the search filter before.
|
||||
Welcome.Instance.ClearSearchFilter();
|
||||
}
|
||||
|
||||
public LauncherPage(RepositoryNode node, Repository repo)
|
||||
|
||||
Reference in New Issue
Block a user