mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Turn waypoints off by default
This commit is contained in:
parent
7eb6659c0c
commit
6577eaaa9f
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ struct MeshMap: View {
|
|||
@State var position = MapCameraPosition.automatic
|
||||
@State var isEditingSettings = false
|
||||
@State var selectedPosition: PositionEntity?
|
||||
@State var showWaypoints = true
|
||||
@State var showWaypoints = false
|
||||
@State var editingWaypoint: WaypointEntity?
|
||||
@State var selectedWaypoint: WaypointEntity?
|
||||
@State var newWaypointCoord: CLLocationCoordinate2D?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue