mirror of
https://github.com/vector-im/element-call.git
synced 2026-05-01 09:54:37 +00:00
add appBar logging
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user