mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-08 22:52:54 -04:00
Plugged-in method for removing signatures in PGP keys => now RS has small and constant-sized certificates.
- added checkbox in ConfCertDialog to allow adding/removing signatures - enabled again key signature button in friend wizard - RS cert links now use small keys. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4836 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fadc86b189
commit
a8456a2332
5 changed files with 48 additions and 15 deletions
|
@ -320,7 +320,7 @@ TextPage::TextPage(QWidget *parent)
|
|||
userCertButtonsLayout = new QVBoxLayout();
|
||||
userCertButtonsLayout->addWidget(userCertHelpButton);
|
||||
|
||||
if(rsPeers->hasExportMinimal())
|
||||
// if(rsPeers->hasExportMinimal())
|
||||
userCertButtonsLayout->addWidget(userCertIncludeSignaturesButton);
|
||||
|
||||
userCertButtonsLayout->addWidget(userCertCopyButton);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue