From 34127032de45b6f860d998daf3adfebcb029e0fc Mon Sep 17 00:00:00 2001
From: MetalNeo <53447663+MetalNeo@users.noreply.github.com>
Date: Mon, 20 Dec 2021 13:13:08 +0000
Subject: Added Setting for Separate NSFW Download Folder (#584)
Add an option to separate NSFW media downloads
---
app/src/main/res/values/strings.xml | 2 ++
app/src/main/res/xml/download_location_preferences.xml | 9 +++++++++
2 files changed, 11 insertions(+)
(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 ded35ce5..6d795c87 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -516,6 +516,8 @@
Image Download Location
Gif Download Location
Video Download Location
+ NSFW Download Location
+ Separate Folder for NSFW Posts
Separate Folder for Each Subreddit
Swipe Action
Haptic Feedback
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" />
+
+
+
+