Reorder locations settings

This commit is contained in:
Arkadiusz Fal
2022-11-13 12:14:05 +01:00
parent 61d235780d
commit 256b1671c1
5 changed files with 172 additions and 97 deletions

View File

@@ -74,7 +74,7 @@ struct InstanceForm: View {
Group {
TextField("Name", text: $name)
TextField("URL", text: $url)
TextField("Address", text: $url)
#if !os(macOS)
.autocapitalization(.none)