mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
V 1.26.1 Fixed connectedNode not being set bug by matching via bluetooth device name and user.id, cleanup for app settings
This commit is contained in:
parent
5d12cca775
commit
ce4eec7900
11 changed files with 47 additions and 35 deletions
|
|
@ -52,7 +52,7 @@ struct NodeMap: View {
|
|||
MapAnnotation(
|
||||
coordinate: location.position.coordinate!,
|
||||
content: {
|
||||
CircleText(text: location.user.shortName, color: Color.blue)
|
||||
CircleText(text: location.user.shortName, color: .accentColor)
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue