mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Enable subtitles button when no subtitle tracks
This commit is contained in:
parent
e9e5aee01c
commit
26cc092402
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ fun RightPlaybackButtons(
|
|||
) {
|
||||
// Captions
|
||||
PlaybackButton(
|
||||
enabled = subtitleStreams.isNotEmpty(),
|
||||
enabled = true,
|
||||
iconRes = R.drawable.captions_svgrepo_com,
|
||||
onClick = {
|
||||
onControllerInteractionForDialog.invoke()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue