mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-11 00:19:10 +01:00
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…
x
Reference in New Issue
Block a user