Browse Source

declaring rounding method did not help

Robert 1 year ago
parent
commit
7cf5a78919

+ 0 - 1
FreeAPS/Sources/Modules/OverrideConfig/View/AddTempTargetForm.swift

@@ -39,7 +39,6 @@ struct AddTempTargetForm: View {
         let formatter = NumberFormatter()
         formatter.numberStyle = .decimal
         formatter.maximumFractionDigits = 0
-        formatter.roundingMode = .halfUp
         return formatter
     }