[RU]Remanga all bookmark with custom's (#952)
* [RU]Remanga all bookmark with custom's * auto rebeald
This commit is contained in:
parent
90f361e243
commit
0b214c2d89
src/ru/remanga
|
@ -1,7 +1,7 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'Remanga'
|
extName = 'Remanga'
|
||||||
extClass = '.Remanga'
|
extClass = '.Remanga'
|
||||||
extVersionCode = 83
|
extVersionCode = 84
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -905,6 +905,7 @@ class Remanga : ConfigurableSource, HttpSource() {
|
||||||
|
|
||||||
private fun getMyList() = listOf(
|
private fun getMyList() = listOf(
|
||||||
MyListUnit("Каталог", "-"),
|
MyListUnit("Каталог", "-"),
|
||||||
|
MyListUnit("Все закладки", "all"),
|
||||||
MyListUnit("Читаю", "1"),
|
MyListUnit("Читаю", "1"),
|
||||||
MyListUnit("Буду читать", "2"),
|
MyListUnit("Буду читать", "2"),
|
||||||
MyListUnit("Прочитано", "3"),
|
MyListUnit("Прочитано", "3"),
|
||||||
|
|
Loading…
Reference in New Issue