mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
remove autologin button for other than windows sys
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1557 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6db7ae1fe5
commit
39882161b1
@ -73,6 +73,10 @@ StartDialog::StartDialog(QWidget *parent, Qt::WFlags flags)
|
||||
|
||||
#ifdef RS_USE_PGPSSL
|
||||
|
||||
#ifndef WINDOWS_SYS /* UNIX */
|
||||
//hide autologin because it's not functionnal on other than windows system
|
||||
ui.autoBox->hide();
|
||||
#endif
|
||||
//comment those to show the ssl password dialog
|
||||
ui.loadPasswd->hide();
|
||||
ui.label_4->hide();
|
||||
|
Loading…
Reference in New Issue
Block a user