move debug row

This commit is contained in:
Spidy123222
2023-08-30 07:24:27 +00:00
committed by nythepegasus
parent 8a5c31b81d
commit 970ab38b27

View File

@@ -52,11 +52,12 @@ extension SettingsViewController
{ {
case sendFeedback case sendFeedback
case refreshAttempts case refreshAttempts
case clearCache
case errorLog case errorLog
case resetPairingFile case resetPairingFile
case resetAdiPb case resetAdiPb
case advancedSettings case advancedSettings
case clearCache
} }
} }
@@ -592,7 +593,7 @@ extension SettingsViewController
ELOG("UIApplication.openSettingsURLString invalid") ELOG("UIApplication.openSettingsURLString invalid")
} }
case .refreshAttempts, .errorLog: break case .refreshAttempts, .errorLog: break
case .clearCache: self.clearCache()
} }
default: break default: break