mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 06:09:09 -04:00
fixed up using invite flags to populate certificate comments
This commit is contained in:
parent
2428ebf6c3
commit
b9a4cdcd50
6 changed files with 24 additions and 19 deletions
|
@ -238,8 +238,7 @@ void HomePage::getOwnCert(QString& invite,QString& description) const
|
|||
else
|
||||
invite = QString::fromStdString(rsPeers->GetRetroshareInvite(detail.id,invite_flags));
|
||||
|
||||
bool include_extra_locators = mIncludeIPHistoryact->isChecked();
|
||||
description = ConfCertDialog::getCertificateDescription(detail,false,!mUseOldFormatact->isChecked(),include_extra_locators);
|
||||
description = ConfCertDialog::getCertificateDescription(detail,false,!mUseOldFormatact->isChecked(),invite_flags);
|
||||
}
|
||||
|
||||
void HomePage::updateOwnCert()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue