Hide interactive section on tvOS

This commit is contained in:
Davide 2025-02-12 15:01:50 +01:00
parent 0f108fa83d
commit e6edeae3d4
No known key found for this signature in database
GPG Key ID: A48836171C759F5E

View File

@ -89,7 +89,9 @@ public struct OpenVPNCredentialsView: View {
public var body: some View {
debugChanges()
return Group {
#if !os(tvOS)
interactiveSection
#endif
inputSection
guidanceSection
}