Add tests to make sure we always have one settings button.

This commit is contained in:
Timo K
2026-04-13 15:49:28 +02:00
parent 098a8c0c41
commit 5f0afd3edc
5 changed files with 110 additions and 34 deletions

View File

@@ -40,6 +40,7 @@ export interface InCallFooterProps {
showControls: boolean;
hideSettingsButton: boolean;
hideLogo: boolean;
/** Pip controls buttonSize and hides: settings button, layout switcher and logo */
asPip: boolean;
gridMode: GridMode;
setGridMode: (mode: GridMode) => void;