Added Setting for Separate NSFW Download Folder (#584)

Add an option to separate NSFW media downloads
This commit is contained in:
MetalNeo
2021-12-20 13:13:08 +00:00
committed by GitHub
parent 21e7dad1b0
commit 34127032de
12 changed files with 66 additions and 3 deletions

View File

@@ -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"