Просмотр исходного кода

Descriptions. Better format of "Enable AutoISF" info text

Jon Mårtensson 5 лет назад
Родитель
Сommit
6e638e724c

+ 1 - 1
FreeAPS/Sources/Modules/PreferencesEditor/PreferencesEditorViewModel.swift

@@ -198,7 +198,7 @@ extension PreferencesEditor {
                     displayName: "Enable AutoISF",
                     keypath: \.autoisf,
                     value: preferences.autoisf,
-                    infoText: "Defaults to false. Adapt ISF when glucose is stuck at high levels, only works without COB. Read up on https://github.com/ga-zelle/autoISF/tree/2.8.2",
+                    infoText: "\nDefaults to false. Adapt ISF when glucose is stuck at high levels, only works without COB.\n\nRead up on: https://github.com/ga-zelle/autoISF/tree/2.8.2",
                     settable: self
                 )
             ]