mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Accessibility Label
This commit is contained in:
parent
e7055a2768
commit
a16c7ade27
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue