mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-22 13:13:24 +01:00
bug-fix: switch toggle handler shouldn't disable the switch itself
This commit is contained in:
@@ -745,7 +745,6 @@ private extension SettingsViewController
|
|||||||
}
|
}
|
||||||
|
|
||||||
@IBAction func toggleEnableAppIdCustomization(_ sender: UISwitch) {
|
@IBAction func toggleEnableAppIdCustomization(_ sender: UISwitch) {
|
||||||
customizeAppIdSwitch.isEnabled = sender.isOn
|
|
||||||
// update it in database
|
// update it in database
|
||||||
UserDefaults.standard.customizeAppId = sender.isOn
|
UserDefaults.standard.customizeAppId = sender.isOn
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user