Default reader theme to black
This commit is contained in:
@@ -61,7 +61,7 @@ class SettingsReaderController : SettingsController() {
|
||||
titleRes = R.string.pref_reader_theme
|
||||
entriesRes = arrayOf(R.string.white_background, R.string.black_background)
|
||||
entryValues = arrayOf("0", "1")
|
||||
defaultValue = "0"
|
||||
defaultValue = "1"
|
||||
summary = "%s"
|
||||
}
|
||||
intListPreference {
|
||||
|
||||
Reference in New Issue
Block a user