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

View File

@ -63,12 +63,12 @@ class SettingsGeneralController : SettingsController() {
switchPreference { switchPreference {
key = Keys.showNavUpdates key = Keys.showNavUpdates
titleRes = R.string.pref_hide_updates_button titleRes = R.string.pref_hide_updates_button
defaultValue = false defaultValue = true
} }
switchPreference { switchPreference {
key = Keys.showNavHistory key = Keys.showNavHistory
titleRes = R.string.pref_hide_history_button titleRes = R.string.pref_hide_history_button
defaultValue = false defaultValue = true
} }
switchPreference { switchPreference {
key = Keys.bottomBarLabels key = Keys.bottomBarLabels

View File

@ -177,8 +177,8 @@
<string name="auto_solve_captchas_summary">Use HIGHLY EXPERIMENTAL automatic ReCAPTCHA solver. Will be grayed out if unsupported by your device.</string> <string name="auto_solve_captchas_summary">Use HIGHLY EXPERIMENTAL automatic ReCAPTCHA solver. Will be grayed out if unsupported by your device.</string>
<string name="put_recommends_in_overflow">Recommendations in overflow</string> <string name="put_recommends_in_overflow">Recommendations in overflow</string>
<string name="put_recommends_in_overflow_summary">Put the recommendations button in the overflow menu instead of on the manga page</string> <string name="put_recommends_in_overflow_summary">Put the recommendations button in the overflow menu instead of on the manga page</string>
<string name="pref_hide_updates_button">Move Update button to the More tab</string> <string name="pref_hide_updates_button">Show updates in the nav</string>
<string name="pref_hide_history_button">Move History button to the More tab</string> <string name="pref_hide_history_button">Show history in the nav</string>
<string name="pref_show_bottom_bar_labels">Always show bottom bar labels</string> <string name="pref_show_bottom_bar_labels">Always show bottom bar labels</string>
<!-- Library settings --> <!-- Library settings -->