diff options
Diffstat (limited to 'rro_overlays/SystemUIOverlayVeux/res/values/config.xml')
-rw-r--r-- | rro_overlays/SystemUIOverlayVeux/res/values/config.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rro_overlays/SystemUIOverlayVeux/res/values/config.xml b/rro_overlays/SystemUIOverlayVeux/res/values/config.xml index fef08e1..7cf1edf 100644 --- a/rro_overlays/SystemUIOverlayVeux/res/values/config.xml +++ b/rro_overlays/SystemUIOverlayVeux/res/values/config.xml @@ -35,4 +35,6 @@ vibrator is capable of subtle vibrations --> <bool name="config_vibrateOnIconAnimation">true</bool> -</resources>
\ No newline at end of file + <!-- If not zero, limits the internal screen recorder's framerate to the set value. --> + <integer name="config_screenRecorderMaxFramerate">60</integer> +</resources> |