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:
@@ -48,7 +48,7 @@ namespace SourceGit.ViewModels
|
||||
_node.Bookmark = _bookmark;
|
||||
|
||||
if (needSort)
|
||||
Preference.SortByRenamedNode(_node);
|
||||
Preference.Instance.SortByRenamedNode(_node);
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user