Accessibility Label

This commit is contained in:
Benjamin Faershtein 2025-06-05 08:30:15 -07:00
parent e7055a2768
commit a16c7ade27

View file

@ -56,6 +56,7 @@ struct WaypointForm: View {
} label: {
Image(systemName: "location")
}
.accessibilityLabel("Set to current location")
}
HStack {
if waypoint.coordinate.latitude != 0 && waypoint.coordinate.longitude != 0 {