Only use ios platform logic when in controlled media device condition (#3295)

This commit is contained in:
Timo
2025-05-30 12:03:22 +02:00
committed by GitHub
parent fbafc9f3f6
commit 87186058ab

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();