add appBar logging

This commit is contained in:
Timo K
2026-04-10 18:45:34 +02:00
parent 8956d55d5c
commit 9905afd2ad
2 changed files with 7 additions and 1 deletions

View File

@@ -157,7 +157,8 @@ export const InCallFooter: FC<InCallFooterProps> = ({
if (audioOutputButton) buttons.push(audioOutputButton);
useAppBarSecondaryButton(
<SettingsButton key="settings" onClick={openSettings} />,
// <SettingsButton key="settings" onClick={openSettings} />,
<div style={{ backgroundColor: "red", width: "20px", height: "20px" }} />,
);
buttons.push(