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 { public var body: some View {
debugChanges() debugChanges()
return Group { return Group {
#if !os(tvOS)
interactiveSection interactiveSection
#endif
inputSection inputSection
guidanceSection guidanceSection
} }