diff --git a/Meshtastic/Views/Settings/Settings.swift b/Meshtastic/Views/Settings/Settings.swift index 258db8e0..8420efb6 100644 --- a/Meshtastic/Views/Settings/Settings.swift +++ b/Meshtastic/Views/Settings/Settings.swift @@ -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 }))