diff --git a/src/components/production-line/production-line.tsx b/src/components/production-line/production-line.tsx
index 41ffb258..f15d060f 100644
--- a/src/components/production-line/production-line.tsx
+++ b/src/components/production-line/production-line.tsx
@@ -242,19 +242,21 @@ export const ProductionLine: FC = () => {
)}
- {!isMobile && (
- <>
-
- Hotkeys
-
-
- M: Toggle Input Mute
-
-
- T: Push to Talk
-
- >
- )}
+ {inputAudioStream &&
+ inputAudioStream !== "no-device" &&
+ !isMobile && (
+ <>
+
+ Hotkeys
+
+
+ M: Toggle Input Mute
+
+
+ T: Push to Talk
+
+ >
+ )}