mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-11 07:40:21 -04:00
fixed a few bugs in latest identity link code
This commit is contained in:
parent
6d290389f0
commit
54cd402f1c
2 changed files with 18 additions and 1 deletions
|
@ -2432,6 +2432,7 @@ void IdDialog::copyRetroshareLink()
|
|||
|
||||
RetroShareLink link ;
|
||||
link.createIdentity(RsGxsId(keyId),QString::fromUtf8(details.mNickname.c_str()),QString::fromStdString(radix)) ;
|
||||
urls.push_back(link);
|
||||
|
||||
RSLinkClipboard::copyLinks(urls) ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue