More cleanup based on bug fixes

This commit is contained in:
Garth Vander Houwen 2022-09-12 06:52:09 -07:00
parent 27afad6e86
commit 4cc77ac543
4 changed files with 17 additions and 17 deletions

View file

@ -105,7 +105,7 @@ struct SerialConfig: View {
.font(.caption)
}
}
.disabled(!(node != nil && node!.myInfo?.hasWifi ?? false))
.disabled(node == nil)
Button {