mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 14:41:04 -04:00
added checkbox for using old cert format in security page. Switch to old format by default, to avoid confusing newbees
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5478 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6675bfe35e
commit
1d72bd646b
4 changed files with 16 additions and 1 deletions
|
@ -160,6 +160,8 @@ void ConnectFriendWizard::initializePage(int id)
|
|||
cleanfriendCertTimer->setInterval(1000); // 1 second
|
||||
connect(cleanfriendCertTimer, SIGNAL(timeout()), this, SLOT(cleanFriendCert()));
|
||||
|
||||
ui->userCertOldFormatButton->setChecked(true);
|
||||
|
||||
toggleFormatState(false);
|
||||
toggleSignatureState(false);
|
||||
updateOwnCert();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue