Merge pull request #325 from dheerajmr01/fix/camera-bugs

fix: camera light flashes and turns off when clicking webcam button (…
This commit is contained in:
Sid
2026-04-20 08:10:37 -07:00
committed by GitHub
7 changed files with 105 additions and 29 deletions
+1
View File
@@ -526,6 +526,7 @@ export function LaunchWindow() {
onClick={async () => {
await setWebcamEnabled(!webcamEnabled);
}}
disabled={recording}
title={webcamEnabled ? t("webcam.disableWebcam") : t("webcam.enableWebcam")}
>
{webcamEnabled