mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 06:09:19 +01:00
Adding a category name for delete removed chapters settings
"Automatic removal"
This commit is contained in:
parent
e1e8202192
commit
64feadcd66
@ -99,6 +99,8 @@ class SettingsDownloadController : SettingsController() {
|
||||
preferences.downloadNew().asImmediateFlowIn(viewScope) { isVisible = it }
|
||||
}
|
||||
preferenceCategory {
|
||||
titleRes = R.string.automatic_removal
|
||||
|
||||
intListPreference(activity) {
|
||||
key = Keys.deleteRemovedChapters
|
||||
titleRes = R.string.delete_removed_chapters
|
||||
|
@ -806,6 +806,7 @@
|
||||
<string name="ask_on_chapters_page">Delete during global updates, ask on chapters page</string>
|
||||
<string name="always_keep">Always keep</string>
|
||||
<string name="always_delete">Always delete</string>
|
||||
<string name="automatic_removal">Automatic removal</string>
|
||||
|
||||
<!-- Time -->
|
||||
<string name="manual">Manual</string>
|
||||
|
Loading…
Reference in New Issue
Block a user