mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Turn off phone breadcrumb lines
This commit is contained in:
parent
9059ceba55
commit
a991087bc2
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ struct NodeDetail: View {
|
|||
mapViewType: mapType,
|
||||
userTrackingMode: MKUserTrackingMode.none,
|
||||
centeringMode: .allPositions,
|
||||
showBreadcrumbLines: true,
|
||||
showBreadcrumbLines: false,
|
||||
centerOnPositionsOnly: true,
|
||||
customMapOverlay: self.customMapOverlay,
|
||||
overlays: self.overlays
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue