fixed bug preventing to remove friend nodes

This commit is contained in:
csoler 2019-09-15 21:11:40 +02:00
parent 3108a53a7f
commit 6cbb959010
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -698,7 +698,7 @@ void NewFriendList::peerTreeWidgetCustomPopupMenu()
contextMenu.addAction(QIcon(IMAGE_COPYLINK), tr("Copy certificate link"), this, SLOT(copyFullCertificate()));
//this is a SSL key
contextMenu.addAction(QIcon(IMAGE_REMOVEFRIEND), tr("Remove Friend Node"), this, SLOT(removefriend()));
contextMenu.addAction(QIcon(IMAGE_REMOVEFRIEND), tr("Remove Friend Node"), this, SLOT(removeNode()));
}
}