diff --git a/apple/OmnivoreKit/Sources/App/Views/PrimaryContentView.swift b/apple/OmnivoreKit/Sources/App/Views/PrimaryContentView.swift index 1bea072f8..6134bb0a8 100644 --- a/apple/OmnivoreKit/Sources/App/Views/PrimaryContentView.swift +++ b/apple/OmnivoreKit/Sources/App/Views/PrimaryContentView.swift @@ -53,6 +53,10 @@ public struct PrimaryContentView: View { .introspectSplitViewController { $0.preferredSplitBehavior = .tile $0.preferredPrimaryColumnWidth = 200 + if #available(iOS 14.5, *) { + $0.presentsWithGesture = false + $0.displayModeButtonVisibility = .always + } } } #endif