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)