Enable app auto update by default

This commit is contained in:
arkon
2020-03-07 13:11:02 -05:00
parent 8b6268966e
commit 5e9496ef36
3 changed files with 10 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ class AboutController : SettingsController() {
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 ->