Add back option to hide unread chapter badge in library (#1871)

This commit is contained in:
AntsyLich
2025-03-19 02:21:45 +06:00
committed by GitHub
parent 28093935d8
commit ac432e2e94
5 changed files with 22 additions and 11 deletions

View File

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