mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-21 10:16:50 +00:00
Hide participant list button on direct calls
This commit is contained in:
@@ -44,7 +44,7 @@ export const CallingHeader = ({
|
||||
<div className="module-ongoing-call__header-message">{message}</div>
|
||||
) : null}
|
||||
<div className="module-calling-tools">
|
||||
{participantCount ? (
|
||||
{isGroupCall && participantCount ? (
|
||||
<div className="module-calling-tools__button">
|
||||
<Tooltip
|
||||
content={i18n('calling__participants', [String(participantCount)])}
|
||||
|
||||
Reference in New Issue
Block a user