make the button prettty again
This commit is contained in:
@@ -126,14 +126,14 @@ export const SettingsModal: FC<Props> = ({
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{iosDeviceMenu && (
|
{iosDeviceMenu && (
|
||||||
<button
|
<Button
|
||||||
onClick={(e): void => {
|
onClick={(e): void => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
window.controls.showNativeOutputDevicePicker?.();
|
window.controls.showNativeOutputDevicePicker?.();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Test
|
{t("settings.devices.change_device_button")}
|
||||||
</button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
<DeviceSelection
|
<DeviceSelection
|
||||||
device={devices.audioOutput}
|
device={devices.audioOutput}
|
||||||
|
|||||||
Reference in New Issue
Block a user