mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-18 05:50:39 -04:00
suggestion from cyril
This commit is contained in:
parent
c06118904e
commit
164c7265aa
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ void ChatLobbyDialog::updateParticipantsList()
|
|||
|
||||
if(isParticipantMuted(it2->first))
|
||||
widgetitem->setIcon(COLUMN_ICON, QIcon(":/icons/bullet_red_64.png"));
|
||||
else if (tLastAct < now - timeToInactivity)
|
||||
else if (tLastAct + timeToInactivity < now)
|
||||
widgetitem->setIcon(COLUMN_ICON, QIcon(":/icons/bullet_grey_64.png"));
|
||||
else
|
||||
widgetitem->setIcon(COLUMN_ICON, QIcon(":/icons/bullet_green_64.png"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue