mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-20 23:02:14 +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 {
|
public var body: some View {
|
||||||
debugChanges()
|
debugChanges()
|
||||||
return Group {
|
return Group {
|
||||||
|
#if !os(tvOS)
|
||||||
interactiveSection
|
interactiveSection
|
||||||
|
#endif
|
||||||
inputSection
|
inputSection
|
||||||
guidanceSection
|
guidanceSection
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user