Added image to streamermode user popup (#1995)

* Added image to streamermode user popup

* Update CHANGELOG.md

* swapparoo

Co-authored-by: fourtf <tf.four@gmail.com>
This commit is contained in:
apa420
2020-09-27 00:22:06 +02:00
committed by GitHub
parent b4ef4fe54d
commit 3450b1cc9d
6 changed files with 9 additions and 1 deletions
+5 -1
View File
@@ -577,7 +577,11 @@ void UserInfoPopup::updateUserData()
[] {
// failure
});
if (!isInStreamerMode())
if (isInStreamerMode())
{
this->ui_.avatarButton->setPixmap(getResources().streamerMode);
}
else
{
this->loadAvatar(user.profileImageUrl);
}