polscm32 пре 1 година
родитељ
комит
9c3e96f79a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Trio/Sources/Modules/PumpConfig/View/PumpConfigRootView.swift

+ 1 - 1
Trio/Sources/Modules/PumpConfig/View/PumpConfigRootView.swift

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