mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -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…
Reference in New Issue
Block a user