Add back the settings button to the bottom buttons group for SPA mobile.

This is an edgecase where we need the settings button but have hidden it
before.
This commit is contained in:
Timo K
2026-04-10 17:40:24 +02:00
parent f75e91fc2b
commit 9de5938e79
5 changed files with 50 additions and 16 deletions

View File

@@ -568,8 +568,8 @@ export const InCallView: FC<InCallViewProps> = ({
asOverlay={windowMode === "flat"}
showFooter={showFooter}
showControls={showControls}
showLogo={headerStyle !== HeaderStyle.None}
showSettingsButton={headerStyle !== HeaderStyle.AppBar}
hideLogo={headerStyle === HeaderStyle.None}
hideSettingsButton={headerStyle === HeaderStyle.AppBar}
asPip={layout.type === "pip"}
gridMode={gridMode}
setGridMode={setGridMode}