Fix default reader mode option #468 #466

pull/452/head
Koitharu 3 years ago
parent 61e9796269
commit 2c561824ef
Signed by: Koitharu
GPG Key ID: 676DEE768C17A9D7

@ -3,8 +3,8 @@ package org.koitharu.kotatsu.core.prefs
enum class ReaderMode(val id: Int) { enum class ReaderMode(val id: Int) {
STANDARD(1), STANDARD(1),
WEBTOON(2), REVERSED(3),
REVERSED(3); WEBTOON(2);
companion object { companion object {

Loading…
Cancel
Save