Fix default reader mode option #468 #466

This commit is contained in:
Koitharu
2023-08-25 13:26:15 +03:00
parent 61e9796269
commit 2c561824ef

View File

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