mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-30 13:51:53 +08:00
refactor: use view locator instead of creating views manually in viewmodels (#1213)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -21,7 +21,6 @@ namespace SourceGit.ViewModels
|
||||
public LFSTrackCustomPattern(Repository repo)
|
||||
{
|
||||
_repo = repo;
|
||||
View = new Views.LFSTrackCustomPattern() { DataContext = this };
|
||||
}
|
||||
|
||||
public override Task<bool> Sure()
|
||||
|
||||
Reference in New Issue
Block a user