mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-12 04:41:35 -05:00
added back key certification with RNP
This commit is contained in:
parent
6a77d6b7bc
commit
5d7b235941
@ -196,12 +196,7 @@ void PGPKeyDialog::load()
|
||||
ui.trustlevel_CB->show();
|
||||
ui.is_signing_me->show();
|
||||
ui.signersLabel->setText(tr("This key is signed by :")+" ");
|
||||
#ifdef USE_OPENPGPSDK
|
||||
ui.signKeyButton->setEnabled(!detail.ownsign);
|
||||
#else
|
||||
ui.signKeyButton->setEnabled(false);
|
||||
ui.signKeyButton->setToolTip("Disabled because key signing is not yet implemented in RNP lib");
|
||||
#endif
|
||||
|
||||
if (detail.accept_connection)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user