mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Added Setting for Separate NSFW Download Folder (#584)
Add an option to separate NSFW media downloads
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user