[iPad] Hides “Haptic Feedback” Settings section on iPad

This commit is contained in:
Riley Testut 2023-11-15 16:12:52 -06:00
parent 3e97e5c951
commit 47b96d1cf6

View File

@ -207,6 +207,8 @@ private extension SettingsViewController
{
switch section
{
case .hapticFeedback where !UIDevice.current.isVibrationSupported: return true
case .advanced:
guard #unavailable(iOS 15) else { return false }