mirror of
https://github.com/vector-im/element-call.git
synced 2026-01-30 03:15:55 +00:00
ITS A FORM NOOOOO
This commit is contained in:
@@ -127,8 +127,8 @@ export const SettingsModal: FC<Props> = ({
|
||||
)}
|
||||
{iosDeviceMenu && (
|
||||
<button
|
||||
onClick={(): void => {
|
||||
logger.log("Open native device picker");
|
||||
onClick={(e): void => {
|
||||
e.preventDefault();
|
||||
window.controls.showNativeOutputDevicePicker?.();
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user