From 5bf844b53c8dc6b1048d0d3529ad6ab8728efbfe Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Tue, 14 May 2019 19:20:00 -0500 Subject: [PATCH] Fixed settings --- BSIPA-ModList/UI/ViewControllers/SettingsViewController.cs | 3 +++ 1 file changed, 3 insertions(+) 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; } }