feat: toggle for icon in rpc

This commit is contained in:
aayush262 2024-04-10 14:05:24 +05:30
parent c242d9dd99
commit 5e5277404e
7 changed files with 27 additions and 6 deletions

View file

@ -412,7 +412,6 @@ class MangaReaderActivity : AppCompatActivity() {
?: getString(R.string.chapter_num, chap.number),
state = "${chap.number}/${media.manga?.totalChapters ?: "??"}",
largeImage = media.cover?.let { cover -> RPC.Link(media.userPreferredName, cover) },
smallImage = RPC.Link("Dantotsu", Discord.small_Image),
buttons = buttons
)
)