mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 01:35:10 +01:00
Default reading mode to RTL (since this is a manga app...)
This commit is contained in:
parent
bccb1229c8
commit
9f53109414
@ -101,7 +101,7 @@ class PreferencesHelper(val context: Context) {
|
||||
|
||||
fun colorFilterMode() = flowPrefs.getInt(Keys.colorFilterMode, 0)
|
||||
|
||||
fun defaultViewer() = prefs.getInt(Keys.defaultViewer, 1)
|
||||
fun defaultViewer() = prefs.getInt(Keys.defaultViewer, 2)
|
||||
|
||||
fun imageScaleType() = flowPrefs.getInt(Keys.imageScaleType, 1)
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user