mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Add a node count to the node list view
This commit is contained in:
parent
367e45f382
commit
f69aae97dd
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ struct NodeList: View {
|
|||
.padding([.top, .bottom])
|
||||
}
|
||||
}
|
||||
.navigationTitle("nodes")
|
||||
.navigationTitle("Nodes (\(nodes.count))")
|
||||
.navigationBarItems(leading:
|
||||
MeshtasticLogo()
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue