소스 검색

Introduce two new oref0 variables. When BG is high, SMB will be enabled, even when other SMB settings are off!

Jon Mårtensson 3 년 전
부모
커밋
b162322d82
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      FreeAPS/Resources/javascript/bundle/profile.js
  2. 2 2
      FreeAPS/Sources/Modules/PreferencesEditor/PreferencesEditorStateModel.swift

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
FreeAPS/Resources/javascript/bundle/profile.js


+ 2 - 2
FreeAPS/Sources/Modules/PreferencesEditor/PreferencesEditorStateModel.swift

@@ -213,11 +213,11 @@ extension PreferencesEditor {
                     settable: self
                 ),
                 Field(
-                    displayName: "Enable SMB over this BG",
+                    displayName: "... When Blood Glucose Is Over (mg/dl):",
                     type: .decimal(keypath: \.enableSMB_high_bg_target),
                     infoText: NSLocalizedString(
                         "Set the value enableSMB_high_bg will compare against to enable SMB. If BG > than this value, SMBs should enable.",
-                        comment: "Over This BG (mg/dl):"
+                        comment: "... When Blood Glucose Is Over (mg/dl):"
                     ),
                     settable: self
                 ),