From 48ef84082d72e80d1a2830f4e2502892676bc64f Mon Sep 17 00:00:00 2001 From: jolavillette Date: Fri, 19 Jun 2026 14:53:49 +0200 Subject: [PATCH] fix(voip): clarify the "preview" checkbox tooltip (checked vs unchecked) Spell out both states: checked = encoded-then-decoded video (what the peer receives, for judging codec quality at the current bitrate); unchecked = raw camera frame (the local mirrored self-view). Explains why the image is mirrored only when unchecked. Co-Authored-By: Claude Opus 4.8 (1M context) --- plugins/VOIP/gui/VOIPConfigPanel.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/VOIP/gui/VOIPConfigPanel.ui b/plugins/VOIP/gui/VOIPConfigPanel.ui index 9fbb9008c..7068fc25d 100644 --- a/plugins/VOIP/gui/VOIPConfigPanel.ui +++ b/plugins/VOIP/gui/VOIPConfigPanel.ui @@ -109,7 +109,7 @@ - <html><head/><body><p>Display encoded (and then decoded) frame, to check the codec's quality. If not selected, the image above only shows the frame that is grabbed from your camera.</p></body></html> + <html><head/><body><p><b>Checked:</b> shows the encoded-then-decoded video — i.e. what your correspondent actually receives — so you can judge the codec quality at the current bitrate.</p><p><b>Unchecked:</b> shows the raw frame grabbed from your camera (your local, mirrored self-view).</p></body></html> preview