Kaynağa Gözat

Set animated background false by default

Ivan Valkou 4 yıl önce
ebeveyn
işleme
75784b1f8e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      FreeAPS/Sources/Models/FreeAPSSettings.swift

+ 1 - 1
FreeAPS/Sources/Models/FreeAPSSettings.swift

@@ -22,7 +22,7 @@ struct FreeAPSSettings: JSON, Equatable {
     var lowGlucose: Decimal = 72
     var highGlucose: Decimal = 270
     var carbsRequiredThreshold: Decimal = 10
-    var animatedBackground: Bool = true
+    var animatedBackground: Bool = false
 }
 
 extension FreeAPSSettings: Decodable {