Added download directory entry on preferences
Changed download folder
This commit is contained in:
@@ -208,6 +208,17 @@ class SettingsActivity : AppCompatActivity() {
|
||||
}
|
||||
}
|
||||
|
||||
with(findPreference<Preference>("dl_location")) {
|
||||
this!!
|
||||
|
||||
summary = getDownloadDirectory(context).absolutePath
|
||||
|
||||
onPreferenceClickListener = Preference.OnPreferenceClickListener {
|
||||
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
with(findPreference<Preference>("default_query")) {
|
||||
this!!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user