mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-28 06:50:26 +00:00
WIP: Add app bar and earpiece toggle button
This commit is contained in:
@@ -94,6 +94,9 @@ export const DeviceSelection: FC<Props> = ({
|
||||
</Trans>
|
||||
);
|
||||
break;
|
||||
case "speaker":
|
||||
labelText = t("settings.devices.loudspeaker");
|
||||
break;
|
||||
case "earpiece":
|
||||
labelText = t("settings.devices.earpiece");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user