From a16c7ade27f97fac491659ac44b6d84f6c1a97bb Mon Sep 17 00:00:00 2001 From: Benjamin Faershtein <119711889+RCGV1@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:30:15 -0700 Subject: [PATCH] Accessibility Label --- Meshtastic/Views/Nodes/Helpers/Map/WaypointForm.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Meshtastic/Views/Nodes/Helpers/Map/WaypointForm.swift b/Meshtastic/Views/Nodes/Helpers/Map/WaypointForm.swift index caee990f..61bc8b7a 100644 --- a/Meshtastic/Views/Nodes/Helpers/Map/WaypointForm.swift +++ b/Meshtastic/Views/Nodes/Helpers/Map/WaypointForm.swift @@ -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 {