diff --git a/src/components/video-editor/SettingsPanel.tsx b/src/components/video-editor/SettingsPanel.tsx index 53d42c7b..f4a8fb22 100644 --- a/src/components/video-editor/SettingsPanel.tsx +++ b/src/components/video-editor/SettingsPanel.tsx @@ -3057,9 +3057,16 @@ export function SettingsPanel({
{tSettings("audio.volumeTitle", "Audio")} - - {Math.round((selectedAudioVolume ?? 1) * 100)}% - +
{track.label} - - {Math.round(settings.volume * 100)}% - +