From 8508fe79b59d507248e9ca30e7c5e07854c11c44 Mon Sep 17 00:00:00 2001 From: Spidy123222 Date: Wed, 30 Aug 2023 07:09:52 +0000 Subject: [PATCH] change order of settings debug section --- AltStore/Settings/Settings.storyboard | 56 +++++++++---------- .../Settings/SettingsViewController.swift | 3 +- 2 files changed, 30 insertions(+), 29 deletions(-) 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() }