Ensure Twitch username in UserCard uses display name from API (#2160)
This commit is contained in:
@@ -586,6 +586,8 @@ void UserInfoPopup::updateUserData()
|
||||
{
|
||||
return;
|
||||
}
|
||||
this->ui_.nameLabel->setText(user.displayName);
|
||||
this->setWindowTitle(TEXT_TITLE.arg(user.displayName));
|
||||
this->ui_.createdDateLabel->setText(
|
||||
TEXT_CREATED.arg(user.createdAt.section("T", 0, 0)));
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user