From a2476a212f0ce0eb73763dfdc38f0e311bd39e2c Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Tue, 13 Feb 2024 14:23:07 -0800 Subject: [PATCH] Only show client history to S&F routers --- Meshtastic/Views/Nodes/NodeList.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Views/Nodes/NodeList.swift b/Meshtastic/Views/Nodes/NodeList.swift index 500ca491..48bfeb80 100644 --- a/Meshtastic/Views/Nodes/NodeList.swift +++ b/Meshtastic/Views/Nodes/NodeList.swift @@ -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!)