mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
fix: Github REST API access rate limit (#60)
This commit is contained in:
parent
400d454478
commit
e5be649a2d
2 changed files with 29 additions and 1 deletions
|
@ -227,8 +227,11 @@ namespace SourceGit
|
|||
_notificationReceiver = launcher;
|
||||
desktop.MainWindow = launcher;
|
||||
|
||||
if (ViewModels.Preference.Instance.Check4UpdatesOnStartup)
|
||||
if (ViewModels.Preference.Instance.ShouldCheck4UpdateOnStartup)
|
||||
{
|
||||
ViewModels.Preference.Save();
|
||||
Check4Update();
|
||||
}
|
||||
}
|
||||
|
||||
base.OnFrameworkInitializationCompleted();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue