Separate folder for each subreddit in download locations is available.

This commit is contained in:
Alex Ning
2020-09-10 12:07:59 +08:00
parent 6d8dcc8fe7
commit 2df26c3faa
15 changed files with 188 additions and 78 deletions

View File

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