mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 19:55:11 +01:00
Update default for default reading mode to RTL
Since there's the new overlay and all
This commit is contained in:
parent
db4eca90e9
commit
e487a2350c
@ -109,7 +109,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)
|
||||
|
||||
|
@ -26,7 +26,7 @@ class SettingsReaderController : SettingsController() {
|
||||
R.string.continuous_vertical
|
||||
)
|
||||
entryRange = 1..5
|
||||
defaultValue = 1
|
||||
defaultValue = 2
|
||||
}
|
||||
intListPreference(activity) {
|
||||
key = Keys.doubleTapAnimationSpeed
|
||||
|
Loading…
Reference in New Issue
Block a user