Add back link to share channels

This commit is contained in:
Garth Vander Houwen 2022-09-27 08:14:12 -07:00
parent 2bac0a28bf
commit e2e8eb0faa

View file

@ -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: {