Text clarification

This commit is contained in:
Ethan Pippin 2021-10-14 14:25:16 -06:00
parent f248767adf
commit a5a842e815
1 changed files with 3 additions and 1 deletions

View File

@ -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()
}