mirror of
https://github.com/vector-im/element-call.git
synced 2026-05-01 09:54:37 +00:00
Fix logic for hiding the logo.
Was shown on embedded mobile on wide screens.
This commit is contained in:
@@ -568,7 +568,8 @@ export const InCallView: FC<InCallViewProps> = ({
|
|||||||
asOverlay={windowMode === "flat"}
|
asOverlay={windowMode === "flat"}
|
||||||
showFooter={showFooter}
|
showFooter={showFooter}
|
||||||
showControls={showControls}
|
showControls={showControls}
|
||||||
hideLogo={headerStyle === HeaderStyle.None}
|
// Hide the logo for both embedded solutions. mobile: HeaderStyle.AppBar and desktop: HeaderStyle.None.
|
||||||
|
hideLogo={headerStyle !== HeaderStyle.Standard}
|
||||||
hideSettingsButton={headerStyle === HeaderStyle.AppBar}
|
hideSettingsButton={headerStyle === HeaderStyle.AppBar}
|
||||||
asPip={layout.type === "pip"}
|
asPip={layout.type === "pip"}
|
||||||
gridMode={gridMode}
|
gridMode={gridMode}
|
||||||
|
|||||||
Reference in New Issue
Block a user