This commit is contained in:
Half-Shot
2026-04-27 14:01:04 +01:00
parent ef1e8b5d3f
commit c196e9ea10

View File

@@ -238,6 +238,7 @@ export const CallFooter: FC<FooterProps> = ({
{!hideControls && <div className={styles.buttons}>{buttons}</div>}
{setLayoutMode && layoutMode && showLayoutSwitcher && (
<Switch<"spotlight", "grid">
name="layoutMode"
aria-label={t("layout_switch_label")}
leftLabel={t("layout_spotlight_label")}
leftValue="spotlight"