mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Fix a couple of lingering config view crashing if a device disconnects while on the view, hook up QR code deep link
This commit is contained in:
parent
1d9a7c69f6
commit
1ecd094ef9
9 changed files with 68 additions and 8 deletions
|
|
@ -272,7 +272,7 @@ struct SerialConfig: View {
|
|||
.font(.caption)
|
||||
}
|
||||
}
|
||||
.disabled(!(node!.myInfo?.hasWifi ?? false))
|
||||
.disabled(!(node != nil && node!.myInfo?.hasWifi ?? false))
|
||||
|
||||
Button {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue