mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
More cleanup based on bug fixes
This commit is contained in:
parent
27afad6e86
commit
4cc77ac543
4 changed files with 17 additions and 17 deletions
|
|
@ -105,7 +105,7 @@ struct SerialConfig: View {
|
|||
.font(.caption)
|
||||
}
|
||||
}
|
||||
.disabled(!(node != nil && node!.myInfo?.hasWifi ?? false))
|
||||
.disabled(node == nil)
|
||||
|
||||
Button {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue