mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 21:24:59 +00: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() };
|
_node = new RepositoryNode() { Id = Guid.NewGuid().ToString() };
|
||||||
_data = Welcome.Instance;
|
_data = Welcome.Instance;
|
||||||
|
|
||||||
|
// New welcome page will clear the search filter before.
|
||||||
|
Welcome.Instance.ClearSearchFilter();
|
||||||
}
|
}
|
||||||
|
|
||||||
public LauncherPage(RepositoryNode node, Repository repo)
|
public LauncherPage(RepositoryNode node, Repository repo)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue