mirror of
https://github.com/mihonapp/mihon.git
synced 2025-07-02 05:57:50 +02:00
Hide internal sources from UI
Change wording on migration button in smartsearch
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
package exh.source
|
||||
|
||||
import exh.MERGED_SOURCE_ID
|
||||
|
||||
object BlacklistedSources {
|
||||
val NHENTAI_EXT_SOURCES = listOf(3122156392225024195)
|
||||
val PERVEDEN_EN_EXT_SOURCES = listOf(4673633799850248749)
|
||||
@ -35,4 +37,8 @@ object BlacklistedSources {
|
||||
"eu.kanade.tachiyomi.extension.en.perveden",
|
||||
"eu.kanade.tachiyomi.extension.it.perveden"
|
||||
)
|
||||
|
||||
val HIDDEN_SOURCES = listOf(
|
||||
MERGED_SOURCE_ID
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user