mirror of
https://github.com/vector-im/element-call.git
synced 2026-05-16 10:44:38 +00:00
Merge remote-tracking branch 'origin/livekit' into hs/compound-switch
This commit is contained in:
@@ -106,7 +106,7 @@ export const CallFooter: FC<FooterProps> = ({
|
||||
tileStoreGeneration,
|
||||
}) => {
|
||||
const buttons: JSX.Element[] = [];
|
||||
const buttonSize = asPip ? "sm" : "lg";
|
||||
const buttonSize = asPip ? "md" : "lg";
|
||||
const showSettingsButton =
|
||||
openSettings !== undefined && !asPip && !hideControls;
|
||||
const showLayoutSwitcher = !asPip && !hideControls;
|
||||
|
||||
Reference in New Issue
Block a user