diff --git a/AltStore/Settings/SettingsViewController.swift b/AltStore/Settings/SettingsViewController.swift index 5230c2ed..0ce2082a 100644 --- a/AltStore/Settings/SettingsViewController.swift +++ b/AltStore/Settings/SettingsViewController.swift @@ -745,7 +745,6 @@ private extension SettingsViewController } @IBAction func toggleEnableAppIdCustomization(_ sender: UISwitch) { - customizeAppIdSwitch.isEnabled = sender.isOn // update it in database UserDefaults.standard.customizeAppId = sender.isOn }