enhance: new welcome page will clear the search filter before

This commit is contained in:
leo 2024-08-25 18:31:05 +08:00
parent 2b7b1e81e0
commit 585cf14162
No known key found for this signature in database

View file

@ -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)