diff options
Diffstat (limited to 'app/src/main/res/xml/data_saving_mode_preferences.xml')
-rw-r--r-- | app/src/main/res/xml/data_saving_mode_preferences.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/data_saving_mode_preferences.xml b/app/src/main/res/xml/data_saving_mode_preferences.xml index e635f2db..6ff3f04a 100644 --- a/app/src/main/res/xml/data_saving_mode_preferences.xml +++ b/app/src/main/res/xml/data_saving_mode_preferences.xml @@ -20,4 +20,9 @@ app:key="disable_image_preview" android:title="@string/settings_disable_image_preview_title" /> + <SwitchPreference + app:defaultValue="false" + app:key="only_disable_preview_in_video_and_gif_posts" + android:title="@string/settings_only_disable_preview_in_video_and_gif_posts_title" /> + </PreferenceScreen>
\ No newline at end of file |