mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Only show client history to S&F routers
This commit is contained in:
parent
caef40addc
commit
a2476a212f
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ struct NodeList: View {
|
|||
} label: {
|
||||
Label("Trace Route", systemImage: "signpost.right.and.left")
|
||||
}
|
||||
if true {//node.isStoreForwardRouter {
|
||||
if node.isStoreForwardRouter {
|
||||
|
||||
Button {
|
||||
let success = bleManager.requestStoreAndForwardClientHistory(fromUser: connectedNode!.user!, toUser: node.user!)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue