ITS A FORM NOOOOO

This commit is contained in:
Timo
2025-05-19 19:56:12 +02:00
parent 7fd7dc3794
commit aa00a951b6

View File

@@ -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?.();
}}
>