From f69aae97dd2635b0aef9fc438815a69622e66095 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Thu, 10 Aug 2023 08:50:54 -0700 Subject: [PATCH] Add a node count to the node list view --- 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 251962e0..413720ed 100644 --- a/Meshtastic/Views/Nodes/NodeList.swift +++ b/Meshtastic/Views/Nodes/NodeList.swift @@ -102,7 +102,7 @@ struct NodeList: View { .padding([.top, .bottom]) } } - .navigationTitle("nodes") + .navigationTitle("Nodes (\(nodes.count))") .navigationBarItems(leading: MeshtasticLogo() )