From c00c255533418e2014483917711e2cf85ffb353c Mon Sep 17 00:00:00 2001 From: juancarmore Date: Wed, 18 Feb 2026 16:48:30 +0100 Subject: [PATCH] frontend: update activities panel button logic to include view recordings condition --- .../lib/domains/meeting/pages/meeting/meeting.component.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meet-ce/frontend/projects/shared-meet-components/src/lib/domains/meeting/pages/meeting/meeting.component.html b/meet-ce/frontend/projects/shared-meet-components/src/lib/domains/meeting/pages/meeting/meeting.component.html index 09392110..0f2d0578 100644 --- a/meet-ce/frontend/projects/shared-meet-components/src/lib/domains/meeting/pages/meeting/meeting.component.html +++ b/meet-ce/frontend/projects/shared-meet-components/src/lib/domains/meeting/pages/meeting/meeting.component.html @@ -34,7 +34,9 @@ [toolbarParticipantsPanelButton]="features().showParticipantList" [toolbarSettingsButton]="features().showSettings" [toolbarFullscreenButton]="features().showFullscreen" - [toolbarActivitiesPanelButton]="features().showStartStopRecording" + [toolbarActivitiesPanelButton]=" + features().showStartStopRecording || (features().showViewRecordings && hasRecordings()) + " [activitiesPanelRecordingActivity]=" features().showStartStopRecording || (features().showViewRecordings && hasRecordings()) "