aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings.xml1
-rw-r--r--app/src/main/res/xml/download_location_preferences.xml5
2 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index f9ef4518..f1801b33 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -477,6 +477,7 @@
<string name="settings_image_download_location_title">Image Download Location</string>
<string name="settings_gif_download_location_title">Gif Download Location</string>
<string name="settings_video_download_location_title">Video Download Location</string>
+ <string name="settings_separate_folder_for_each_subreddit">Separate Folder for Each Subreddit</string>
<string name="no_link_available">Cannot get the link</string>
diff --git a/app/src/main/res/xml/download_location_preferences.xml b/app/src/main/res/xml/download_location_preferences.xml
index 7954cb87..e8215fe9 100644
--- a/app/src/main/res/xml/download_location_preferences.xml
+++ b/app/src/main/res/xml/download_location_preferences.xml
@@ -10,4 +10,9 @@
<Preference
app:key="video_download_location"
app:title="@string/settings_video_download_location_title" />
+
+ <SwitchPreference
+ app:defaultValue="false"
+ app:key="separate_folder_for_each_subreddit"
+ app:title="@string/settings_separate_folder_for_each_subreddit" />
</PreferenceScreen> \ No newline at end of file