summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--overlay/inc/packages/apps/CMParts/res/values/config.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/overlay/inc/packages/apps/CMParts/res/values/config.xml b/overlay/inc/packages/apps/CMParts/res/values/config.xml
index 7cfa356..19ba9c4 100644
--- a/overlay/inc/packages/apps/CMParts/res/values/config.xml
+++ b/overlay/inc/packages/apps/CMParts/res/values/config.xml
@@ -2,7 +2,8 @@
<resources>
<!-- Whether or not to display the trackball settings -->
<bool name="has_trackball">true</bool>
- <bool name="has_rgb_notification_led">true</bool>
+ <bool name="has_rgb_notification_led">false</bool>
+ <bool name="has_dual_notification_led">true</bool>
<bool name="has_led_flash">true</bool>
</resources>