Default reading mode to RTL (since this is a manga app...)

This commit is contained in:
arkon
2020-05-31 18:44:19 -04:00
parent bccb1229c8
commit 9f53109414
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ class SettingsReaderController : SettingsController() {
R.string.vertical_viewer, R.string.webtoon_viewer, R.string.vertical_plus_viewer
)
entryValues = arrayOf("1", "2", "3", "4", "5")
defaultValue = "1"
defaultValue = "2"
summary = "%s"
}
intListPreference {