diff --git a/src/Viewer.tsx b/src/Viewer.tsx index 7682bc3..b3148e4 100644 --- a/src/Viewer.tsx +++ b/src/Viewer.tsx @@ -39,7 +39,53 @@ export default function Viewer({ //* Normal client return (
- {client.properties.outputMuted ? ( + {client.properties.outputHardware == false ? ( + + muted_hardware_output + + + + + + + + + ) : client.properties.inputHardware == false ? ( + + muted_hardware_input + + + + + + ) : client.properties.outputMuted ? ( muted_output