enhance: save preference.json instantly

This commit is contained in:
Gadfly 2024-09-02 10:51:48 +08:00
parent fefcda7246
commit 28b6ce4993
No known key found for this signature in database
3 changed files with 43 additions and 4 deletions

View file

@ -522,7 +522,6 @@ namespace SourceGit
var pref = ViewModels.Preference.Instance;
if (pref.ShouldCheck4UpdateOnStartup())
{
pref.Save();
Check4Update();
}
}