always show native button on ios

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2025-07-03 11:29:39 +02:00
parent d326167f72
commit c26d1d9ecb

View File

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