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

@@ -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)