浏览代码

Make 'Forecast Display Type' searchable (add to SettingsItems)

Deniz Cengiz 1 年之前
父节点
当前提交
d07c83ada7
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      FreeAPS/Sources/Modules/Settings/SettingItems.swift

+ 2 - 1
FreeAPS/Sources/Modules/Settings/SettingItems.swift

@@ -190,7 +190,8 @@ enum SettingItems {
                 "Override HbA1c Unit",
                 "Override HbA1c Unit",
                 "Standing / Laying TIR Chart",
                 "Standing / Laying TIR Chart",
                 "Show Carbs Required Badge",
                 "Show Carbs Required Badge",
-                "Carbs Required Threshold"
+                "Carbs Required Threshold",
+                "Forecast Display Type"
             ],
             ],
             path: ["Features", "User Interface"]
             path: ["Features", "User Interface"]
         ),
         ),