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:
Mm2PL
2024-11-26 15:09:20 +01:00
committed by GitHub
parent 280f9e4047
commit 303ca0a4b0
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -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();
}