URL input for server on tvOS
This commit is contained in:
parent
49eaaef6ff
commit
840414f801
|
@ -111,6 +111,7 @@ struct ConnectToServerView: View {
|
|||
TextField(NSLocalizedString("Server URL", comment: ""), text: $uri)
|
||||
.disableAutocorrection(true)
|
||||
.autocapitalization(.none)
|
||||
.keyboardType(.URL)
|
||||
Button {
|
||||
viewModel.connectToServer()
|
||||
} label: {
|
||||
|
|
Loading…
Reference in New Issue