mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 13:30:36 -04:00
made sign GPG key button disabled by default, and added a tooltip. As this action cannot be undone,it must be performed knowingly.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4128 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c21e13e68d
commit
075efd6503
2 changed files with 19 additions and 1 deletions
|
@ -238,7 +238,7 @@ void ConfCertDialog::load()
|
|||
ui.signKeyButton->hide();
|
||||
if (!detail.ownsign) {
|
||||
ui.signGPGKeyCheckBox->show();
|
||||
ui.signGPGKeyCheckBox->setChecked(true);
|
||||
ui.signGPGKeyCheckBox->setChecked(false);
|
||||
} else {
|
||||
ui.signGPGKeyCheckBox->hide();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue