Skip to content

Commit 8718605

Browse files
authored
Only use ios platform logic when in controlled media device condition (#3295)
1 parent fbafc9f commit 8718605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/SettingsModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export const SettingsModal: FC<Props> = ({
129129
}
130130
/>
131131
)}
132-
{iosDeviceMenu && (
132+
{iosDeviceMenu && controlledAudioDevices && (
133133
<Button
134134
onClick={(e): void => {
135135
e.preventDefault();

0 commit comments

Comments
 (0)