|
@@ -24,7 +24,7 @@ extension PumpConfig {
|
|
|
Section(
|
|
Section(
|
|
|
header: Text("Pump Integration to Trio"),
|
|
header: Text("Pump Integration to Trio"),
|
|
|
content: {
|
|
content: {
|
|
|
- if bluetoothManager.bluetoothAuthorization != .authorize d{
|
|
|
|
|
|
|
+ if bluetoothManager.bluetoothAuthorization != .authorized {
|
|
|
HStack {
|
|
HStack {
|
|
|
Image(systemName: "exclamationmark.triangle.fill")
|
|
Image(systemName: "exclamationmark.triangle.fill")
|
|
|
.foregroundStyle(.red)
|
|
.foregroundStyle(.red)
|