Fix #880. Downgrade conductor to 2.1.2 for now

This commit is contained in:
len
2017-07-05 14:19:58 +02:00
parent 5eeb497f2b
commit fd8f7ea693
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ class SettingsBackupController : SettingsController() {
entriesRes = arrayOf(R.string.update_never, R.string.update_6hour,
R.string.update_12hour, R.string.update_24hour,
R.string.update_48hour, R.string.update_weekly)
entryValues = arrayOf("0", "6", "12", "24", "168")
entryValues = arrayOf("0", "6", "12", "24", "48", "168")
defaultValue = "0"
summary = "%s"