Disable updates badge by default

This commit is contained in:
arkon
2021-11-03 09:21:01 -04:00
parent 7c1e55eb7f
commit 7ce0110158
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ class SettingsGeneralController : SettingsController() {
switchPreference {
key = Keys.showUpdatesNavBadge
titleRes = R.string.pref_library_update_show_tab_badge
defaultValue = true
defaultValue = false
}
switchPreference {
key = Keys.confirmExit