mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Remove hide header condition
This commit is contained in:
@@ -414,7 +414,7 @@ export const InCallView: FC<InCallViewProps> = subscribe(
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{showControls && <div className={styles.buttons}>{buttons}</div>}
|
{showControls && <div className={styles.buttons}>{buttons}</div>}
|
||||||
{!mobile && !hideHeader && showControls && (
|
{!mobile && showControls && (
|
||||||
<LayoutToggle
|
<LayoutToggle
|
||||||
className={styles.layout}
|
className={styles.layout}
|
||||||
layout={layout}
|
layout={layout}
|
||||||
|
|||||||
Reference in New Issue
Block a user