Update src/room/InCallView.tsx
Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
@@ -683,6 +683,7 @@ export const InCallView: FC<InCallViewProps> = ({
|
|||||||
>
|
>
|
||||||
<div className={styles.settingsLogoContainer}>
|
<div className={styles.settingsLogoContainer}>
|
||||||
{showControls &&
|
{showControls &&
|
||||||
|
// Settings button is also shown in the app bar if present
|
||||||
headerStyle !== HeaderStyle.AppBar &&
|
headerStyle !== HeaderStyle.AppBar &&
|
||||||
layout.type !== "pip" && (
|
layout.type !== "pip" && (
|
||||||
<SettingsButton key="settings" onClick={openSettings} />
|
<SettingsButton key="settings" onClick={openSettings} />
|
||||||
|
|||||||
Reference in New Issue
Block a user