Fix refactor for show history and updates button
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user