Change Updates icon badge to show new updates count (#8659)
* Change Updates icon badge to show new updates count
* Fix reference
* review changes
* Lint
(cherry picked from commit 373463e995)
This commit is contained in:
@@ -41,13 +41,6 @@ object SettingsGeneralScreen : SearchableSettings {
|
||||
val uiPrefs = remember { Injekt.get<UiPreferences>() }
|
||||
// SY <--
|
||||
return mutableListOf<Preference>().apply {
|
||||
add(
|
||||
Preference.PreferenceItem.SwitchPreference(
|
||||
pref = libraryPrefs.showUpdatesNavBadge(),
|
||||
title = stringResource(R.string.pref_library_update_show_tab_badge),
|
||||
),
|
||||
)
|
||||
|
||||
add(
|
||||
Preference.PreferenceItem.SwitchPreference(
|
||||
pref = prefs.confirmExit(),
|
||||
|
||||
Reference in New Issue
Block a user