Add a node count to the node list view

This commit is contained in:
Garth Vander Houwen 2023-08-10 08:50:54 -07:00
parent 367e45f382
commit f69aae97dd

View file

@ -102,7 +102,7 @@ struct NodeList: View {
.padding([.top, .bottom])
}
}
.navigationTitle("nodes")
.navigationTitle("Nodes (\(nodes.count))")
.navigationBarItems(leading:
MeshtasticLogo()
)