diff options
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/download_location_preferences.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/xml/download_location_preferences.xml b/app/src/main/res/xml/download_location_preferences.xml index e8215fe9..4e2c1f7a 100644 --- a/app/src/main/res/xml/download_location_preferences.xml +++ b/app/src/main/res/xml/download_location_preferences.xml @@ -11,6 +11,15 @@ app:key="video_download_location" app:title="@string/settings_video_download_location_title" /> + <Preference + app:key="nsfw_download_location" + app:title="@string/settings_nsfw_download_location_title" /> + + <SwitchPreference + app:defaultValue="false" + app:key="separate_nsfw_folder" + app:title="@string/settings_nsfw_separate_folder" /> + <SwitchPreference app:defaultValue="false" app:key="separate_folder_for_each_subreddit" |