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 && ( {iosDeviceMenu && (
<button <button
onClick={(): void => { onClick={(e): void => {
logger.log("Open native device picker"); e.preventDefault();
window.controls.showNativeOutputDevicePicker?.(); window.controls.showNativeOutputDevicePicker?.();
}} }}
> >