make the button prettty again

This commit is contained in:
Timo
2025-05-19 19:59:35 +02:00
parent aa00a951b6
commit fb95ba278e

View File

@@ -126,14 +126,14 @@ export const SettingsModal: FC<Props> = ({
/>
)}
{iosDeviceMenu && (
<button
<Button
onClick={(e): void => {
e.preventDefault();
window.controls.showNativeOutputDevicePicker?.();
}}
>
Test
</button>
{t("settings.devices.change_device_button")}
</Button>
)}
<DeviceSelection
device={devices.audioOutput}