From 484e61f337832acdf06a372cac6c272f708f6e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=9A=D1=80=D1=83?= =?UTF-8?q?=D0=B3=D0=BB=D0=B8=D1=86=D0=BA=D0=B8=D0=B9?= Date: Thu, 9 Oct 2025 04:45:09 +0600 Subject: [PATCH] front update --- client/app/components/ClientRow.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/components/ClientRow.vue b/client/app/components/ClientRow.vue index 97dcc08..411095e 100644 --- a/client/app/components/ClientRow.vue +++ b/client/app/components/ClientRow.vue @@ -77,7 +77,7 @@ const audioTrack = computed(() => { const { setGain } = useAudioContext(audioTrack) watch(volume, (volume) => { - if (outputMuted) + if (outputMuted.value) return setGain(volume * 0.01)