From a83640f01a70eabc53691ccd269711f44fc4dfd1 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Mon, 20 Dec 2021 22:16:33 +0800 Subject: Fix NSFW download location option not working. Hide options in Data Saving Mode settings if Data Saving Mode is off. --- .../main/res/xml/download_location_preferences.xml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'app/src/main/res/xml') diff --git a/app/src/main/res/xml/download_location_preferences.xml b/app/src/main/res/xml/download_location_preferences.xml index 4e2c1f7a..3de56ef3 100644 --- a/app/src/main/res/xml/download_location_preferences.xml +++ b/app/src/main/res/xml/download_location_preferences.xml @@ -11,17 +11,21 @@ app:key="video_download_location" app:title="@string/settings_video_download_location_title" /> - - + app:key="separate_folder_for_each_subreddit" + app:title="@string/settings_separate_folder_for_each_subreddit" /> + + + app:key="save_nsfw_media_in_different_folder" + app:title="@string/settings_save_nsfw_media_in_different_folder_title" + app:summary="@string/settings_save_nsfw_media_in_different_folder_summary" /> + + \ No newline at end of file -- cgit v1.2.3