Fix refactor for show history and updates button
This commit is contained in:
parent
57ca396b46
commit
359ccdd052
@ -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
|
||||
|
@ -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="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="pref_hide_updates_button">Move Update button to the More tab</string>
|
||||
<string name="pref_hide_history_button">Move History button to the More tab</string>
|
||||
<string name="pref_hide_updates_button">Show updates in the nav</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>
|
||||
|
||||
<!-- Library settings -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user