We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d715d55 commit 00877e3Copy full SHA for 00877e3
1 file changed
src/fw/apps/system/settings/display.c
@@ -199,6 +199,9 @@ enum SettingsDisplayItem {
199
#endif
200
SettingsDisplayBacklightMode,
201
SettingsDisplayMotionSensor,
202
+#ifdef CONFIG_TOUCH
203
+ SettingsDisplayTouchSensor,
204
+#endif
205
SettingsDisplayAmbientSensor,
206
#if CAPABILITY_HAS_DYNAMIC_BACKLIGHT
207
SettingsDisplayDynamicIntensity,
0 commit comments