diff --git a/BSIPA-ModList/UI/ViewControllers/SettingsViewController.cs b/BSIPA-ModList/UI/ViewControllers/SettingsViewController.cs index b48be680..b8ec60f1 100644 --- a/BSIPA-ModList/UI/ViewControllers/SettingsViewController.cs +++ b/BSIPA-ModList/UI/ViewControllers/SettingsViewController.cs @@ -33,6 +33,9 @@ namespace BSIPA_ModList.UI SelfConfig.LoaderConfig.Store(SelfConfig.SelfConfigRef.Value); }; + autoCheck.Init(); + autoUpdate.Init(); + return menu.viewController; } }