Fix refactor for show history and updates button

This commit is contained in:
Jobobby04
2021-06-03 01:06:55 -04:00
parent 57ca396b46
commit 359ccdd052
2 changed files with 4 additions and 4 deletions
@@ -63,12 +63,12 @@ class SettingsGeneralController : SettingsController() {
switchPreference {
key = Keys.showNavUpdates
titleRes = R.string.pref_hide_updates_button
defaultValue = false
defaultValue = true
}
switchPreference {
key = Keys.showNavHistory
titleRes = R.string.pref_hide_history_button
defaultValue = false
defaultValue = true
}
switchPreference {
key = Keys.bottomBarLabels