mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-18 22:02:11 +00:00
Hide interactive section on tvOS
This commit is contained in:
parent
0f108fa83d
commit
e6edeae3d4
@ -89,7 +89,9 @@ public struct OpenVPNCredentialsView: View {
|
||||
public var body: some View {
|
||||
debugChanges()
|
||||
return Group {
|
||||
#if !os(tvOS)
|
||||
interactiveSection
|
||||
#endif
|
||||
inputSection
|
||||
guidanceSection
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user