frontend: update activities panel button logic to include view recordings condition
This commit is contained in:
parent
c27cc49985
commit
c00c255533
@ -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())
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user