Set auto updates toggle to on by default
This commit is contained in:
parent
d8e598aaaf
commit
89bdc0b691
@ -79,10 +79,10 @@ class SettingsGeneralController : SettingsController() {
|
||||
summary = "%s"
|
||||
}
|
||||
switchPreference {
|
||||
key = eu.kanade.tachiyomi.data.preference.PreferenceKeys.automaticUpdates
|
||||
key = Keys.automaticUpdates
|
||||
titleRes = R.string.pref_enable_automatic_updates
|
||||
summaryRes = R.string.pref_enable_automatic_updates_summary
|
||||
defaultValue = false
|
||||
defaultValue = true
|
||||
|
||||
if (isUpdaterEnabled) {
|
||||
onChange { newValue ->
|
||||
|
Loading…
Reference in New Issue
Block a user