Added download folder name change

This commit is contained in:
tom5079
2020-09-02 12:58:31 +09:00
parent f70eccb1da
commit fc6bc7965c
6 changed files with 32 additions and 2 deletions

View File

@@ -43,6 +43,12 @@
app:key="clear_history"
app:title="@string/settings_clear_history"/>
<EditTextPreference
app:key="download_folder_name"
app:title="@string/settings_download_folder_name"
app:defaultValue="-id-"
app:useSimpleSummaryProvider="true"/>
<Preference
app:key="download_folder"
app:title="@string/settings_download_folder"/>