Text clarification
This commit is contained in:
parent
f248767adf
commit
a5a842e815
|
@ -32,9 +32,11 @@ struct ConnectToServerView: View {
|
|||
}
|
||||
}
|
||||
.disabled(viewModel.isLoading || uri.isEmpty)
|
||||
} header: {
|
||||
Text("Connect to a Jellyfin server")
|
||||
}
|
||||
|
||||
Section(header: Text("Discovered Servers")) {
|
||||
Section(header: Text("Local Servers")) {
|
||||
if viewModel.searching {
|
||||
ProgressView()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue