Repopulate UserInfoPopup with login (for when opened with id:) (#5739)
Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
This commit is contained in:
@@ -862,6 +862,8 @@ void UserInfoPopup::updateUserData()
|
||||
if (this->userName_.isEmpty())
|
||||
{
|
||||
this->userName_ = user.login;
|
||||
this->ui_.nameLabel->setText(user.login);
|
||||
|
||||
// Ensure recent messages are shown
|
||||
this->updateLatestMessages();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user