mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 07:35:12 -04:00
Fixed, hide Import Identity button, when creating a new key.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5395 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2921cbaf23
commit
86aa6b8a62
1 changed files with 1 additions and 0 deletions
|
@ -254,6 +254,7 @@ void GenCertDialog::genPerson()
|
||||||
ui.location_input->hide();
|
ui.location_input->hide();
|
||||||
ui.genButton->hide();
|
ui.genButton->hide();
|
||||||
ui.label_location2->hide();
|
ui.label_location2->hide();
|
||||||
|
ui.importIdentity_PB->hide();
|
||||||
// QMessageBox::StandardButton info = QMessageBox::information(this,
|
// QMessageBox::StandardButton info = QMessageBox::information(this,
|
||||||
// "Generating GPG key",
|
// "Generating GPG key",
|
||||||
// "This process can take some time (approximately one minute), please be patient after pressing the OK button",
|
// "This process can take some time (approximately one minute), please be patient after pressing the OK button",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue