mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-13 17:57:31 +01:00
Set auto updates toggle to on by default
This commit is contained in:
parent
d8e598aaaf
commit
89bdc0b691
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue