We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7b1e8 commit 585cf14Copy full SHA for 585cf14
src/ViewModels/LauncherPage.cs
@@ -28,6 +28,9 @@ public LauncherPage()
28
{
29
_node = new RepositoryNode() { Id = Guid.NewGuid().ToString() };
30
_data = Welcome.Instance;
31
+
32
+ // New welcome page will clear the search filter before.
33
+ Welcome.Instance.ClearSearchFilter();
34
}
35
36
public LauncherPage(RepositoryNode node, Repository repo)
0 commit comments