diff --git a/Meshtastic/Views/Settings/Settings.swift b/Meshtastic/Views/Settings/Settings.swift index 81e29b1e..b998e532 100644 --- a/Meshtastic/Views/Settings/Settings.swift +++ b/Meshtastic/Views/Settings/Settings.swift @@ -37,6 +37,15 @@ struct Settings: View { Section("Radio Configuration") { + NavigationLink { + ShareChannels(node: nodes.first(where: { $0.num == connectedNodeNum })) + } label: { + Image(systemName: "qrcode") + .symbolRenderingMode(.hierarchical) + Text("Share Channels QR Code") + } + .disabled(bleManager.connectedPeripheral == nil) + NavigationLink { UserConfig(node: nodes.first(where: { $0.num == connectedNodeNum })) } label: {