Only show client history to S&F routers

This commit is contained in:
Garth Vander Houwen 2024-02-13 14:23:07 -08:00
parent caef40addc
commit a2476a212f

View file

@ -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!)