Skip to content

Commit

Permalink
Restore the Exchange Positions and Trace Route buttons back to the no…
Browse files Browse the repository at this point in the history
…de list
  • Loading branch information
72A12F4E committed Jul 14, 2024
1 parent 321a41d commit 29afebc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Meshtastic/Views/Nodes/NodeList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 29afebc

Please sign in to comment.