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