mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
code_style: change static methods of ViewModels.Preference to member function
This commit is contained in:
parent
1e0a2ab5f7
commit
720b2b65f3
13 changed files with 65 additions and 71 deletions
|
@ -520,7 +520,7 @@ namespace SourceGit
|
|||
desktop.MainWindow = new Views.Launcher() { DataContext = _launcher };
|
||||
|
||||
var pref = ViewModels.Preference.Instance;
|
||||
if (pref.ShouldCheck4UpdateOnStartup)
|
||||
if (pref.ShouldCheck4UpdateOnStartup())
|
||||
{
|
||||
pref.Save();
|
||||
Check4Update();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue