mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 20:31:01 +00:00
feat: toggle for icon in rpc
This commit is contained in:
@@ -1139,7 +1139,6 @@ class ExoplayerView : AppCompatActivity(), Player.Listener, SessionAvailabilityL
|
||||
it
|
||||
)
|
||||
},
|
||||
smallImage = RPC.Link("Dantotsu", Discord.small_Image),
|
||||
buttons = buttons
|
||||
)
|
||||
)
|
||||
|
||||
@@ -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
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user