mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
parent
89198f5e2d
commit
be324b932b
|
@ -390,7 +390,7 @@ void FriendWidget::onAvatarRemoved(int friendId)
|
|||
|
||||
isDefaultAvatar = true;
|
||||
|
||||
const QString path = QString(":/img/contact%1.svg").arg(isActive() ? "" : "_dark");
|
||||
const QString path = QString(":/img/contact%1.svg").arg(isActive() ? "_dark" : "");
|
||||
avatar->setPixmap(QPixmap(path));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user