We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31dbdf6 commit 01513f0Copy full SHA for 01513f0
1 file changed
src/fw/apps/system/settings/display.c
@@ -194,13 +194,10 @@ enum SettingsDisplayItem {
194
#if CAPABILITY_HAS_ORIENTATION_MANAGER
195
SettingsDisplayOrientation,
196
#endif
197
- SettingsDisplayDarkMode,
198
- SettingsDisplayBacklightMode,
199
- SettingsDisplayMotionSensor,
200
-#ifdef CONFIG_TOUCH
201
- SettingsDisplayTouchSensor,
202
-#endif
203
- SettingsDisplayAmbientSensor,
+SettingsDisplayBacklightMode,
+SettingsDisplayMotionSensor,
+SettingsDisplayAmbientSensor,
+SettingsDisplayDarkMode,
204
#if CAPABILITY_HAS_DYNAMIC_BACKLIGHT
205
SettingsDisplayDynamicIntensity,
206
0 commit comments