mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Bug fixes (#680)
## Description Gathering a couple final bug fixes - Fixes the audio change dialog copy-paste error
This commit is contained in:
parent
8111f8bab2
commit
230b937048
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ fun PlaybackDialog(
|
|||
// }
|
||||
},
|
||||
onSelectChoice = { _, choice ->
|
||||
onPlaybackActionClick.invoke(PlaybackAction.ToggleCaptions(choice.index))
|
||||
onPlaybackActionClick.invoke(PlaybackAction.ToggleAudio(choice.index))
|
||||
},
|
||||
gravity = Gravity.END,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue