mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-30 13:51:53 +08:00
code_style: change static methods of ViewModels.Preference to member function
This commit is contained in:
@@ -18,7 +18,7 @@ namespace SourceGit.ViewModels
|
||||
|
||||
public override Task<bool> Sure()
|
||||
{
|
||||
Preference.RemoveNode(_node);
|
||||
Preference.Instance.RemoveNode(_node);
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user