diff options
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Settings/res/values/config.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/overlay/packages/apps/Settings/res/values/config.xml b/overlay/packages/apps/Settings/res/values/config.xml index ab33e19..de3a0cb 100644 --- a/overlay/packages/apps/Settings/res/values/config.xml +++ b/overlay/packages/apps/Settings/res/values/config.xml @@ -16,9 +16,9 @@ --> <resources xmlns:xliff="urnasis:names:tc:xliff:document:1.2 "> - <!-- LED Flashlight --> -<!-- <bool name="has_led_flash">true</bool> --> + <!-- LED Flashlight --> + <bool name="has_led_flash">true</bool> - <!-- Dock Settings --> -<!-- <bool name="has_dock_settings">true</bool> --> + <!-- Dock Settings --> + <bool name="has_dock_settings">true</bool> --> </resources> |