mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Hide non working pages from the remote admin nav
This commit is contained in:
parent
0a4d440f6c
commit
3d21d714d9
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ struct Settings: View {
|
|||
.symbolRenderingMode(.hierarchical)
|
||||
Text("bluetooth")
|
||||
}
|
||||
.disabled(selectedNode == 0)
|
||||
.disabled(selectedNode > 0 && selectedNode != connectedNodeNum)
|
||||
|
||||
NavigationLink {
|
||||
DeviceConfig(node: nodes.first(where: { $0.num == selectedNode }))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue