Update src/room/InCallView.tsx

Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
Timo
2026-04-14 17:43:05 +02:00
committed by GitHub
parent 118d11ceec
commit ed83672720

View File

@@ -683,6 +683,7 @@ export const InCallView: FC<InCallViewProps> = ({
>
<div className={styles.settingsLogoContainer}>
{showControls &&
// Settings button is also shown in the app bar if present
headerStyle !== HeaderStyle.AppBar &&
layout.type !== "pip" && (
<SettingsButton key="settings" onClick={openSettings} />