mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Restore the Exchange Positions and Trace Route buttons back to the node list
This commit is contained in:
parent
321a41d3f8
commit
29afebcf67
1 changed files with 9 additions and 0 deletions
|
|
@ -59,7 +59,16 @@ struct NodeList: View {
|
|||
user: user
|
||||
)
|
||||
}
|
||||
|
||||
if let connectedNode {
|
||||
ExchangePositionsButton(
|
||||
bleManager: bleManager,
|
||||
node: node
|
||||
)
|
||||
TraceRouteButton(
|
||||
bleManager: bleManager,
|
||||
node: node
|
||||
)
|
||||
DeleteNodeButton(
|
||||
bleManager: bleManager,
|
||||
context: context,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue