From c33780315abd83cc9bd5b2321ffc37373da5ae2b Mon Sep 17 00:00:00 2001 From: Alan Trebugeais Date: Sat, 9 May 2026 19:47:36 +0200 Subject: [PATCH] fix: add button to reinitialize the audio settings --- src/components/video-editor/SettingsPanel.tsx | 26 ++++++++++++++----- 1 file changed, 20 insertions(+), 6 deletions(-) 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)}% - +