Update SettingsReaderController.kt
This commit is contained in:
parent
8638e5452d
commit
17b862df4a
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class SettingsReaderController : SettingsController() {
|
||||||
switchPreference {
|
switchPreference {
|
||||||
key = Keys.trueColor
|
key = Keys.trueColor
|
||||||
titleRes = R.string.pref_true_color
|
titleRes = R.string.pref_true_color
|
||||||
defaultValue = true
|
defaultValue = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
preferenceCategory {
|
preferenceCategory {
|
||||||
|
|
Reference in a new issue