diff options
author | Allan Wang <me@allanwang.ca> | 2019-04-13 19:00:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-13 19:00:40 -0400 |
commit | b70bdd67219502dc16d4c9ec387afdbc8f124d33 (patch) | |
tree | fafba2e6a2a74a4e1eb1adaae1704a0042a6df85 /app/src/main/res/values | |
parent | c39b86013320642f8e346a4554e183d5e78c9975 (diff) | |
download | frost-b70bdd67219502dc16d4c9ec387afdbc8f124d33.tar.gz frost-b70bdd67219502dc16d4c9ec387afdbc8f124d33.tar.bz2 frost-b70bdd67219502dc16d4c9ec387afdbc8f124d33.zip |
Video settings (#1390)
* Add autoplay setting option
* Update changelog
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings_pref_behaviour.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_pref_behaviour.xml b/app/src/main/res/values/strings_pref_behaviour.xml index 62e94112..77c35c1c 100644 --- a/app/src/main/res/values/strings_pref_behaviour.xml +++ b/app/src/main/res/values/strings_pref_behaviour.xml @@ -17,6 +17,8 @@ <string name="force_message_bottom_desc">When loading a message thread, trigger a scroll to the bottom of the page rather than loading the page as is.</string> <string name="enable_pip">Enable PIP</string> <string name="enable_pip_desc">Enable picture in picture videos</string> + <string name="autoplay_settings">Autoplay Settings</string> + <string name="autoplay_settings_desc">Open Facebook\'s auto play settings. Note that it must be disabled for PIP to work.</string> <string name="exit_confirmation">Exit Confirmation</string> <string name="exit_confirmation_desc">Show confirmation dialog before exiting the app</string> <string name="analytics">Analytics</string> |