diff --git a/AltStore/Settings/Settings.storyboard b/AltStore/Settings/Settings.storyboard index 4ea58acd..be7d6c15 100644 --- a/AltStore/Settings/Settings.storyboard +++ b/AltStore/Settings/Settings.storyboard @@ -549,6 +549,34 @@ + + + + + + + + + + + + + + + + + + + + + + + @@ -684,34 +712,6 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/AltStore/Settings/SettingsViewController.swift b/AltStore/Settings/SettingsViewController.swift index 27048e74..45cc63b9 100644 --- a/AltStore/Settings/SettingsViewController.swift +++ b/AltStore/Settings/SettingsViewController.swift @@ -537,6 +537,8 @@ extension SettingsViewController let toastView = ToastView(text: NSLocalizedString("Cannot Send Mail", comment: ""), detailText: nil) toastView.show(in: self) } + + case .clearCache: self.clearCache() case .resetPairingFile: let filename = "ALTPairingFile.mobiledevicepairing" @@ -590,7 +592,6 @@ extension SettingsViewController ELOG("UIApplication.openSettingsURLString invalid") } case .refreshAttempts, .errorLog: break - case .clearCache: self.clearCache() }