mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Merge pull request #204 from meshtastic/1.3.43_Protos
Disable QR code screen if not connected
This commit is contained in:
commit
0ae712162f
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ struct Settings: View {
|
|||
.symbolRenderingMode(.hierarchical)
|
||||
Text("Share Channels QR Code")
|
||||
}
|
||||
.disabled(bleManager.connectedPeripheral == nil)
|
||||
|
||||
NavigationLink {
|
||||
UserConfig(node: nodes.first(where: { $0.num == connectedNodeNum }))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue