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 && ( {iosDeviceMenu && (
<Button <button
kind="secondary"
onClick={(): void => { onClick={(): void => {
logger.log("Open native device picker"); logger.log("Open native device picker");
window.controls.showNativeOutputDevicePicker?.(); window.controls.showNativeOutputDevicePicker?.();
}} }}
> >
Test Test
</Button> </button>
)} )}
<DeviceSelection <DeviceSelection
device={devices.audioOutput} device={devices.audioOutput}