Set auto updates toggle to on by default

This commit is contained in:
Jay 2020-01-09 22:36:26 -08:00
parent d8e598aaaf
commit 89bdc0b691

View File

@ -79,10 +79,10 @@ class SettingsGeneralController : SettingsController() {
summary = "%s" summary = "%s"
} }
switchPreference { switchPreference {
key = eu.kanade.tachiyomi.data.preference.PreferenceKeys.automaticUpdates key = Keys.automaticUpdates
titleRes = R.string.pref_enable_automatic_updates titleRes = R.string.pref_enable_automatic_updates
summaryRes = R.string.pref_enable_automatic_updates_summary summaryRes = R.string.pref_enable_automatic_updates_summary
defaultValue = false defaultValue = true
if (isUpdaterEnabled) { if (isUpdaterEnabled) {
onChange { newValue -> onChange { newValue ->