Only use ios platform logic when in controlled media device condition

This commit is contained in:
Timo
2025-05-27 16:40:00 +02:00
parent b1ca464c58
commit 4fb28bd4b9

View File

@@ -129,7 +129,7 @@ export const SettingsModal: FC<Props> = ({
} }
/> />
)} )}
{iosDeviceMenu && ( {iosDeviceMenu && controlledAudioDevices && (
<Button <Button
onClick={(e): void => { onClick={(e): void => {
e.preventDefault(); e.preventDefault();