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 refreshAttempts
case clearCache
case errorLog
case resetPairingFile
case resetAdiPb
case advancedSettings
case clearCache
}
}
@@ -592,7 +593,7 @@ extension SettingsViewController
ELOG("UIApplication.openSettingsURLString invalid")
}
case .refreshAttempts, .errorLog: break
case .clearCache: self.clearCache()
}
default: break