diff options
-rw-r--r-- | overlay/packages/apps/Settings/res/values/config.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/overlay/packages/apps/Settings/res/values/config.xml b/overlay/packages/apps/Settings/res/values/config.xml index 86192fc..0146814 100644 --- a/overlay/packages/apps/Settings/res/values/config.xml +++ b/overlay/packages/apps/Settings/res/values/config.xml @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <bool name="has_led_flash">true</bool> -</resources>
\ No newline at end of file + <bool name="config_show_volumeRockerWake">true</bool> +</resources> |