Move unread chapters badge setting to General section

This commit is contained in:
arkon
2021-10-30 12:42:59 -04:00
parent 90b312a56e
commit 709de81814
9 changed files with 19 additions and 15 deletions
@@ -32,6 +32,11 @@ class SettingsGeneralController : SettingsController() {
defaultValue = "1"
summary = "%s"
}
switchPreference {
key = Keys.showUpdatesNavBadge
titleRes = R.string.pref_library_update_show_tab_badge
defaultValue = true
}
switchPreference {
key = Keys.confirmExit
titleRes = R.string.pref_confirm_exit
@@ -199,11 +199,6 @@ class SettingsLibraryController : SettingsController() {
titleRes = R.string.pref_update_only_non_completed
defaultValue = false
}
switchPreference {
key = Keys.libraryUpdateShowTabBadge
titleRes = R.string.pref_library_update_show_tab_badge
defaultValue = true
}
preference {
key = Keys.libraryUpdateCategories
titleRes = R.string.categories