update channel form

This commit is contained in:
Garth Vander Houwen 2024-08-27 20:44:17 -07:00
parent 6b844504d6
commit b188e3c18f

View file

@ -211,6 +211,11 @@ struct ChannelForm: View {
}
.onChange(of: preciseLocation) { loc in
if loc == true {
if channelKey == "AQ==" {
preciseLocation = false
} else {
positionPrecision = 32
}
positionPrecision = 32
} else {
positionPrecision = 13