Skip to content

Commit

Permalink
Set auto updates toggle to on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Jays2Kings committed Jan 10, 2020
1 parent d8e598a commit 89bdc0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ->
Expand Down

0 comments on commit 89bdc0b

Please sign in to comment.