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
@@ -106,8 +106,8 @@ class UpdatesPresenter : BasePresenter<UpdatesController>() {
setDownloadedChapters(list)
chapters = list
//Set unread chapter count for bottom bar badge
preferences.libraryUnreadUpdatesCount().set(list.count { !it.read })
// Set unread chapter count for bottom bar badge
preferences.unreadUpdatesCount().set(list.count { !it.read })
}
}