mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-15 17:37:12 -05:00
Merge pull request #1 from zapek/display-shortinvite-name
Display the name of short invites properly
This commit is contained in:
commit
4a133f903c
@ -599,7 +599,7 @@ void ConnectFriendWizard::initializePage(int id)
|
||||
if(mIsShortInvite)
|
||||
{
|
||||
if(ui->nameEdit->text().isEmpty())
|
||||
ui->nameEdit->setText(tr("[Unknown]"));
|
||||
ui->nameEdit->setText(QString::fromUtf8(peerDetails.name.c_str()));
|
||||
ui->addKeyToKeyring_CB->setChecked(false);
|
||||
ui->addKeyToKeyring_CB->setEnabled(false);
|
||||
ui->signersEdit->hide();
|
||||
|
Loading…
Reference in New Issue
Block a user