diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-06-20 06:02:33 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-06-20 06:02:33 +0000 |
commit | 9f16b6c25aedce4511f9190f9f80e5ae782de55f (patch) | |
tree | 07d6e2a7e240f901e75a2d13d373cc0b6d8f2c8b /app/src/main/res/xml | |
parent | 02af3edd094955802bd063d2f79ceb2bd21b2e8b (diff) | |
download | infinity-for-reddit-9f16b6c25aedce4511f9190f9f80e5ae782de55f.tar infinity-for-reddit-9f16b6c25aedce4511f9190f9f80e5ae782de55f.tar.gz infinity-for-reddit-9f16b6c25aedce4511f9190f9f80e5ae782de55f.tar.bz2 infinity-for-reddit-9f16b6c25aedce4511f9190f9f80e5ae782de55f.tar.lz infinity-for-reddit-9f16b6c25aedce4511f9190f9f80e5ae782de55f.tar.xz infinity-for-reddit-9f16b6c25aedce4511f9190f9f80e5ae782de55f.tar.zst infinity-for-reddit-9f16b6c25aedce4511f9190f9f80e5ae782de55f.zip |
Add an option: Mute Autoplaying Videos.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/autoplay_preferences.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/xml/autoplay_preferences.xml b/app/src/main/res/xml/autoplay_preferences.xml index 6cb07dd9..5cc344aa 100644 --- a/app/src/main/res/xml/autoplay_preferences.xml +++ b/app/src/main/res/xml/autoplay_preferences.xml @@ -12,6 +12,12 @@ <SwitchPreference app:defaultValue="true" + app:key="mute_autoplaying_videos" + app:icon="@drawable/ic_mute_preferences_24dp" + app:title="@string/settings_mute_autoplaying_videos_title" /> + + <SwitchPreference + app:defaultValue="true" app:key="autoplay_nsfw_videos" app:title="@string/settings_autoplay_nsfw_videos_title" /> |