Add Exhentai source icon

This commit is contained in:
Jobobby04
2023-05-22 19:38:02 -04:00
parent ee47d74b5e
commit 21a4a93523
6 changed files with 1 additions and 1 deletions
@@ -81,7 +81,7 @@ class ExtensionManager(
// SY -->
return when (sourceId) {
EH_SOURCE_ID -> ContextCompat.getDrawable(context, R.mipmap.ic_ehentai_source)
EXH_SOURCE_ID -> ContextCompat.getDrawable(context, R.mipmap.ic_ehentai_source)
EXH_SOURCE_ID -> ContextCompat.getDrawable(context, R.mipmap.ic_exhentai_source)
MERGED_SOURCE_ID -> ContextCompat.getDrawable(context, R.mipmap.ic_merged_source)
else -> null
}