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. --- app/src/main/res/values/strings.xml | 5 +++-- .../main/res/xml/download_location_preferences.xml | 20 ++++++++++++-------- 2 files changed, 15 insertions(+), 10 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 6d795c87..093c6213 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -516,9 +516,10 @@ Image Download Location Gif Download Location Video Download Location - NSFW Download Location - Separate Folder for NSFW Posts Separate Folder for Each Subreddit + Save NSFW Media in Different Location + Does not separate folder for NSFW media from different subreddits even if Separate Folder for Each Subreddit is enabled. + NSFW Download Location Swipe Action Haptic Feedback Disable Swiping Between Tabs 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