mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 23:24:01 +02:00
Show participants Bio when not speaking.
This commit is contained in:
parent
5a6e8a0a8c
commit
28f83f2af4
1 changed files with 1 additions and 1 deletions
|
@ -615,7 +615,7 @@ void MembersRow::paintComplexStatusText(
|
||||||
const auto about = (style == MembersRowStyle::Video)
|
const auto about = (style == MembersRowStyle::Video)
|
||||||
? QString()
|
? QString()
|
||||||
: ((_state == State::RaisedHand && !_raisedHandStatus)
|
: ((_state == State::RaisedHand && !_raisedHandStatus)
|
||||||
|| (_state != State::Active && _state != State::RaisedHand))
|
|| (_state != State::RaisedHand && !_speaking))
|
||||||
? _aboutText
|
? _aboutText
|
||||||
: QString();
|
: QString();
|
||||||
if (about.isEmpty()
|
if (about.isEmpty()
|
||||||
|
|
Loading…
Add table
Reference in a new issue