mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-08 04:19:11 +00:00
use normal button
This commit is contained in:
@@ -126,15 +126,14 @@ export const SettingsModal: FC<Props> = ({
|
||||
/>
|
||||
)}
|
||||
{iosDeviceMenu && (
|
||||
<Button
|
||||
kind="secondary"
|
||||
<button
|
||||
onClick={(): void => {
|
||||
logger.log("Open native device picker");
|
||||
window.controls.showNativeOutputDevicePicker?.();
|
||||
}}
|
||||
>
|
||||
Test
|
||||
</Button>
|
||||
</button>
|
||||
)}
|
||||
<DeviceSelection
|
||||
device={devices.audioOutput}
|
||||
|
||||
Reference in New Issue
Block a user