mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-13 16:53:29 +01:00
change order of settings debug section
This commit is contained in:
committed by
nythepegasus
parent
3859e98801
commit
8508fe79b5
@@ -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()
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user