diff --git a/AltStore/Settings/SettingsViewController.swift b/AltStore/Settings/SettingsViewController.swift index 075960e7..f8f89c61 100644 --- a/AltStore/Settings/SettingsViewController.swift +++ b/AltStore/Settings/SettingsViewController.swift @@ -52,11 +52,12 @@ extension SettingsViewController { case sendFeedback case refreshAttempts + case clearCache case errorLog case resetPairingFile case resetAdiPb case advancedSettings - case clearCache + } } @@ -592,7 +593,7 @@ extension SettingsViewController ELOG("UIApplication.openSettingsURLString invalid") } case .refreshAttempts, .errorLog: break - case .clearCache: self.clearCache() + } default: break