fix(sound-settings) Disable checkbox for disabled sounds (#12976)

This commit is contained in:
Horatiu Muresan
2023-02-28 16:47:00 +02:00
committed by GitHub
parent 204f34cccb
commit fed74afffe
3 changed files with 19 additions and 9 deletions

View File

@@ -241,6 +241,7 @@ export function getSoundsTabProps(stateful: IStateful) {
const moderatorMutedSoundsReactions = state['features/base/conference'].startReactionsMuted ?? false;
return {
disabledSounds: state['features/base/config'].disabledSounds || [],
soundsIncomingMessage,
soundsParticipantJoined,
soundsParticipantKnocking,