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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user