mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-15 05:27:28 +01:00
Add option for library update only update completely read manga (#6323)
* Add option for library update only update completely read manga only check manga for updates if there is no unread chapter * sum
This commit is contained in:
@@ -199,6 +199,12 @@ class SettingsLibraryController : SettingsController() {
|
||||
titleRes = R.string.pref_update_only_non_completed
|
||||
defaultValue = true
|
||||
}
|
||||
switchPreference {
|
||||
key = Keys.updateOnlyCompletelyRead
|
||||
titleRes = R.string.pref_update_only_completely_read
|
||||
summaryRes = R.string.pref_update_only_completely_read_summary
|
||||
defaultValue = false
|
||||
}
|
||||
preference {
|
||||
key = Keys.libraryUpdateCategories
|
||||
titleRes = R.string.categories
|
||||
|
||||
Reference in New Issue
Block a user