Remove hide header condition

This commit is contained in:
Timo
2024-07-22 16:13:21 +02:00
parent e79cded57f
commit b8847b6f5f

View File

@@ -414,7 +414,7 @@ export const InCallView: FC<InCallViewProps> = subscribe(
</div>
)}
{showControls && <div className={styles.buttons}>{buttons}</div>}
{!mobile && !hideHeader && showControls && (
{!mobile && showControls && (
<LayoutToggle
className={styles.layout}
layout={layout}