From e9bdf173de642f97a048840c09e332342f0ce5a6 Mon Sep 17 00:00:00 2001 From: Cyril Date: Mon, 29 Jun 2026 17:00:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9(frontend)=20enable=20screen=20shar?= =?UTF-8?q?e=20button=20in=20PiP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable screen share button in PiP by passing showScreenShare to PipControlBar --- CHANGELOG.md | 1 + src/frontend/src/features/pip/components/PipView.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d664ee3..86fe203f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to - ✨(backend) add command to clean pending and deleted files - 🧱(helm) run clean files command as cronjob - ✨(backend) add fallback to save recordings without S3/MinIO webhooks +- 🩹(frontend) enable screen share button in PiP #1458 ### Changed diff --git a/src/frontend/src/features/pip/components/PipView.tsx b/src/frontend/src/features/pip/components/PipView.tsx index a5f6fb22..f67e8846 100644 --- a/src/frontend/src/features/pip/components/PipView.tsx +++ b/src/frontend/src/features/pip/components/PipView.tsx @@ -68,7 +68,7 @@ export const PipView = () => { - +