use normal button
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user