Update SettingsDownloadController.kt

made createDetail switch preference
This commit is contained in:
Shamicen 2022-08-17 22:55:31 +02:00 committed by GitHub
parent 3607984a5f
commit bef24b808b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,11 @@ class SettingsDownloadController : SettingsController() {
titleRes = R.string.split_tall_images
summaryRes = R.string.split_tall_images_summary
}
switchPreference {
bindTo(preferences.createDetails())
titleRes = R.string.create_details
summaryRes = R.string.create_details_summary
}
preferenceCategory {
titleRes = R.string.pref_category_delete_chapters