Fix form on tvOS
This commit is contained in:
@@ -99,6 +99,13 @@ public struct ConnectionView: View {
|
||||
.background {
|
||||
NavigationLink(isActive: $showDetails) {
|
||||
ConnectionDetailsView(connection)
|
||||
#if os(tvOS)
|
||||
.toolbar {
|
||||
ToolbarItemGroup(placement: .topBarLeading) {
|
||||
BackButton()
|
||||
}
|
||||
}
|
||||
#endif
|
||||
} label: {
|
||||
EmptyView()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user