Set smart reader background as the default
This commit is contained in:
parent
1211b2c86a
commit
f9cf017594
@ -114,7 +114,7 @@ class PreferencesHelper(val context: Context) {
|
||||
|
||||
fun zoomStart() = flowPrefs.getInt(Keys.zoomStart, 1)
|
||||
|
||||
fun readerTheme() = flowPrefs.getInt(Keys.readerTheme, 1)
|
||||
fun readerTheme() = flowPrefs.getInt(Keys.readerTheme, 3)
|
||||
|
||||
fun alwaysShowChapterTransition() = flowPrefs.getBoolean(Keys.alwaysShowChapterTransition, true)
|
||||
|
||||
|
@ -80,7 +80,7 @@ class SettingsReaderController : SettingsController() {
|
||||
titleRes = R.string.pref_reader_theme
|
||||
entriesRes = arrayOf(R.string.black_background, R.string.gray_background, R.string.white_background, R.string.smart_based_on_page, R.string.smart_based_on_page_and_theme)
|
||||
entryValues = arrayOf("1", "2", "0", "3", "4")
|
||||
defaultValue = "1"
|
||||
defaultValue = "3"
|
||||
summary = "%s"
|
||||
}
|
||||
switchPreference {
|
||||
|
Loading…
x
Reference in New Issue
Block a user