This commit is contained in:
Half-Shot
2026-04-24 11:54:24 +01:00
parent 44b6db6ff1
commit d8be069747
3 changed files with 4 additions and 2 deletions

View File

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