mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Show red mute icon for force-muted.
This commit is contained in:
parent
94f10ce72e
commit
7059336ff0
1 changed files with 2 additions and 6 deletions
|
@ -953,9 +953,7 @@ void Members::Controller::rowPaintIcon(
|
|||
: _coloredCrossLine;
|
||||
const auto color = video
|
||||
? std::nullopt
|
||||
: std::make_optional(narrow
|
||||
? st::groupCallMemberNotJoinedStatus->c
|
||||
: st::groupCallMemberMutedIcon->c);
|
||||
: std::make_optional(st::groupCallMemberMutedIcon->c);
|
||||
line.paint(
|
||||
p,
|
||||
left,
|
||||
|
@ -987,9 +985,7 @@ void Members::Controller::rowPaintIcon(
|
|||
state.speaking);
|
||||
const auto iconColor = anim::color(
|
||||
activeInactiveColor,
|
||||
(narrow
|
||||
? st::groupCallMemberNotJoinedStatus
|
||||
: st::groupCallMemberMutedIcon),
|
||||
st::groupCallMemberMutedIcon,
|
||||
state.muted);
|
||||
const auto color = video
|
||||
? std::nullopt
|
||||
|
|
Loading…
Add table
Reference in a new issue