use normal button

This commit is contained in:
Timo
2025-05-19 19:52:08 +02:00
parent ed234a1ad1
commit 7fd7dc3794

View File

@@ -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}