Back to translated button
This commit is contained in:
@@ -162,20 +162,24 @@ export interface UrlParams {
|
|||||||
* creating a spa link.
|
* creating a spa link.
|
||||||
*/
|
*/
|
||||||
homeserver: string | null;
|
homeserver: string | null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The user's intent with respect to the call.
|
* The user's intent with respect to the call.
|
||||||
* e.g. if they clicked a Start Call button, this would be `start_call`.
|
* e.g. if they clicked a Start Call button, this would be `start_call`.
|
||||||
* If it was a Join Call button, it would be `join_existing`.
|
* If it was a Join Call button, it would be `join_existing`.
|
||||||
*/
|
*/
|
||||||
intent: string | null;
|
intent: string | null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The rageshake submit URL. This is only used in the embedded package of Element Call.
|
* The rageshake submit URL. This is only used in the embedded package of Element Call.
|
||||||
*/
|
*/
|
||||||
rageshakeSubmitUrl: string | null;
|
rageshakeSubmitUrl: string | null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Sentry DSN. This is only used in the embedded package of Element Call.
|
* The Sentry DSN. This is only used in the embedded package of Element Call.
|
||||||
*/
|
*/
|
||||||
sentryDsn: string | null;
|
sentryDsn: string | null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Sentry environment. This is only used in the embedded package of Element Call.
|
* The Sentry environment. This is only used in the embedded package of Element Call.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -131,8 +131,7 @@ export const SettingsModal: FC<Props> = ({
|
|||||||
window.controls.showNativeOutputDevicePicker?.();
|
window.controls.showNativeOutputDevicePicker?.();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{/* {t("settings.devices.change_device_button")} */}
|
{t("settings.devices.change_device_button")}
|
||||||
Test
|
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
<DeviceSelection
|
<DeviceSelection
|
||||||
|
|||||||
Reference in New Issue
Block a user