mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2025-01-22 01:26:57 -08:00
enhance: new welcome page will clear the search filter before
This commit is contained in:
parent
2b7b1e81e0
commit
585cf14162
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue