diff --git a/AltStore/Settings/SettingsViewController.swift b/AltStore/Settings/SettingsViewController.swift index 8022d510..0d61a2af 100644 --- a/AltStore/Settings/SettingsViewController.swift +++ b/AltStore/Settings/SettingsViewController.swift @@ -330,6 +330,7 @@ private extension SettingsViewController @IBAction func toggleDisableAppLimit(_ sender: UISwitch) { UserDefaults.standard.isAppLimitDisabled = sender.isOn + UserDefaults.standard.activeAppsLimit = sender.isOn ? Int.max : ALTActiveAppsLimit } @IBAction func toggleIsBackgroundRefreshEnabled(_ sender: UISwitch)