mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-06 13:24:16 -04:00
fixed missing connection to connect attempt
This commit is contained in:
parent
8a7722388a
commit
0cea0e5217
1 changed files with 1 additions and 1 deletions
|
@ -659,7 +659,7 @@ void NewFriendList::peerTreeWidgetCustomPopupMenu()
|
||||||
mModel->getNodeData(index,details);
|
mModel->getNodeData(index,details);
|
||||||
|
|
||||||
if(!rsPeers->isHiddenNode(rsPeers->getOwnId()) || rsPeers->isHiddenNode( details.id ))
|
if(!rsPeers->isHiddenNode(rsPeers->getOwnId()) || rsPeers->isHiddenNode( details.id ))
|
||||||
contextMenu.addAction(QIcon(IMAGE_CONNECT), tr("Attempt to connect"), this, SLOT(connectfriend()));
|
contextMenu.addAction(QIcon(IMAGE_CONNECT), tr("Attempt to connect"), this, SLOT(connectNode()));
|
||||||
|
|
||||||
contextMenu.addAction(QIcon(IMAGE_COPYLINK), tr("Copy certificate link"), this, SLOT(copyFullCertificate()));
|
contextMenu.addAction(QIcon(IMAGE_COPYLINK), tr("Copy certificate link"), this, SLOT(copyFullCertificate()));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue