front update
All checks were successful
Deploy / deploy (push) Successful in 40s

This commit is contained in:
Никита Круглицкий 2025-10-09 04:45:09 +06:00
parent 196aa36970
commit 484e61f337

View File

@ -77,7 +77,7 @@ const audioTrack = computed(() => {
const { setGain } = useAudioContext(audioTrack) const { setGain } = useAudioContext(audioTrack)
watch(volume, (volume) => { watch(volume, (volume) => {
if (outputMuted) if (outputMuted.value)
return return
setGain(volume * 0.01) setGain(volume * 0.01)