feat: toggle for icon in rpc
This commit is contained in:
parent
c242d9dd99
commit
5e5277404e
7 changed files with 27 additions and 6 deletions
|
@ -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
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue