remove disabled from settings

This commit is contained in:
Garth Vander Houwen 2022-09-27 22:20:04 -07:00
parent 27a90c4dc4
commit 83fac42e3d

View file

@ -210,7 +210,6 @@ struct Settings: View {
// Store Forward Config - Not Working, TBEAM Only
}
.disabled(!(bleManager.connectedPeripheral?.subscribed ?? true))
.onAppear {
self.bleManager.context = context