mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-15 02:44:20 -05:00
remove the password fields for start dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1735 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8a67100ebf
commit
c7f20ab146
@ -78,10 +78,14 @@ StartDialog::StartDialog(QWidget *parent, Qt::WFlags flags)
|
|||||||
#ifndef WINDOWS_SYS /* UNIX */
|
#ifndef WINDOWS_SYS /* UNIX */
|
||||||
//hide autologin because it's not functionnal on other than windows system
|
//hide autologin because it's not functionnal on other than windows system
|
||||||
ui.autoBox->hide();
|
ui.autoBox->hide();
|
||||||
|
|
||||||
|
//comment those to show the pgp and ssl password dialog
|
||||||
|
ui.loadPasswd->hide();
|
||||||
|
ui.label_4->hide();
|
||||||
|
|
||||||
|
ui.loadGPGPasswd->hide();
|
||||||
|
ui.label_5->hide();
|
||||||
#endif
|
#endif
|
||||||
//comment those to show the ssl password dialog
|
|
||||||
//ui.loadPasswd->hide();
|
|
||||||
//ui.label_4->hide();
|
|
||||||
|
|
||||||
/* get all available pgp private certificates....
|
/* get all available pgp private certificates....
|
||||||
* mark last one as default.
|
* mark last one as default.
|
||||||
|
Loading…
Reference in New Issue
Block a user