Remove ability to hide unread chapter badges in library

This commit is contained in:
arkon
2023-01-07 14:22:38 -05:00
parent 0861c5618c
commit 68345e636e
4 changed files with 10 additions and 19 deletions

View File

@@ -56,8 +56,6 @@ class LibraryPreferences(
fun localBadge() = preferenceStore.getBoolean("display_local_badge", true)
fun unreadBadge() = preferenceStore.getBoolean("display_unread_badge", true)
fun languageBadge() = preferenceStore.getBoolean("display_language_badge", false)
fun newShowUpdatesCount() = preferenceStore.getBoolean("library_show_updates_count", true)