frontend: fix theme selector visibility in meeting component

This commit is contained in:
juancarmore 2025-09-29 14:55:28 +02:00
parent 3d8a82a18d
commit d5c559d572

View File

@ -30,8 +30,8 @@
[recordingActivityViewRecordingsButton]="features().canRetrieveRecordings && hasRecordings"
[recordingActivityShowRecordingsList]="false"
[activitiesPanelBroadcastingActivity]="false"
[showThemeSelector]="features().showThemeSelector"
[showDisconnectionDialog]="false"
[showThemeSelector]="!features().showThemeSelector"
(onRoomCreated)="onRoomCreated($event)"
(onParticipantConnected)="onParticipantConnected($event)"
(onParticipantLeft)="onParticipantLeft($event)"