mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-11 04:18:34 -05:00
disabled certificate signature when using librnp
This commit is contained in:
parent
37261761dd
commit
a9c87225e2
@ -196,7 +196,12 @@ void PGPKeyDialog::load()
|
|||||||
ui.trustlevel_CB->show();
|
ui.trustlevel_CB->show();
|
||||||
ui.is_signing_me->show();
|
ui.is_signing_me->show();
|
||||||
ui.signersLabel->setText(tr("This key is signed by :")+" ");
|
ui.signersLabel->setText(tr("This key is signed by :")+" ");
|
||||||
|
#ifdef USE_RNP_LIB
|
||||||
|
ui.signKeyButton->setEnabled(false);
|
||||||
|
ui.signKeyButton->setToolTip("Disabled because key signing is not yet implemented in RNP lib");
|
||||||
|
#else
|
||||||
ui.signKeyButton->setEnabled(!detail.ownsign);
|
ui.signKeyButton->setEnabled(!detail.ownsign);
|
||||||
|
#endif
|
||||||
|
|
||||||
if (detail.accept_connection)
|
if (detail.accept_connection)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user