change order of settings debug section

This commit is contained in:
Spidy123222
2023-08-30 07:09:52 +00:00
committed by nythepegasus
parent 3859e98801
commit 8508fe79b5
2 changed files with 30 additions and 29 deletions

View File

@@ -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()
}