Add back option to hide Updates count (#8709)

Adds back the option to hide the updates count on the Updates tab
This commit is contained in:
Soitora
2022-12-09 23:25:06 +01:00
committed by GitHub
parent 82a3a98a5a
commit 8937e22ce4
4 changed files with 15 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ class LibraryPreferences(
fun languageBadge() = preferenceStore.getBoolean("display_language_badge", false)
fun newShowUpdatesCount() = preferenceStore.getBoolean("library_show_updates_count", true)
fun newUpdatesCount() = preferenceStore.getInt("library_unseen_updates_count", 0)
// endregion