mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-04 10:05: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"
|
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 ->
|
||||||
|
Loading…
Reference in New Issue
Block a user