Fix e-Hentai misc category default state configuration

This commit is contained in:
Jobobby04 2020-06-22 15:15:31 -04:00
parent 7560b565c8
commit 7581c8e519

View File

@ -212,7 +212,7 @@ object Entry {
}
private class Misc(exclude: Boolean) : ConfigItem {
override val value = if (exclude) "1" else "0"
override val key = "ct_misc_div"
override val key = "ct_misc"
}
}