diff options
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/video_preferences.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/xml/video_preferences.xml b/app/src/main/res/xml/video_preferences.xml index e570c478..9c215db2 100644 --- a/app/src/main/res/xml/video_preferences.xml +++ b/app/src/main/res/xml/video_preferences.xml @@ -9,6 +9,12 @@ app:title="@string/settings_mute_video_title" /> <SwitchPreference + app:defaultValue="false" + app:key="mute_nsfw_video" + app:icon="@drawable/ic_mute_preferences_24dp" + app:title="@string/settings_mute_nsfw_video_title" /> + + <SwitchPreference app:defaultValue="true" app:key="automatically_try_redgifs" app:title="@string/settings_automatically_try_redgifs_title" /> |