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 ? (
+
+ ) : client.properties.inputHardware == false ? (
+
+ ) : client.properties.outputMuted ? (