mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
fix: welcome page should use a shared singleton instance to manage and filter repositories (#117)
This commit is contained in:
parent
06ca29b2b2
commit
4af8cc18d2
5 changed files with 5 additions and 11 deletions
|
@ -27,7 +27,7 @@ namespace SourceGit.ViewModels
|
|||
public LauncherPage()
|
||||
{
|
||||
_node = new RepositoryNode() { Id = Guid.NewGuid().ToString() };
|
||||
_data = new Welcome();
|
||||
_data = Welcome.Instance;
|
||||
}
|
||||
|
||||
public LauncherPage(RepositoryNode node, Repository repo)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue