mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-15 17:40:35 -04:00
Added support for Auto-login
- added checkbox in start dialog including warning (autologin not safe) - added check box in gen setting to disable autologin on shutdown git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2689 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f38c060fb6
commit
6b8f62d8f0
8 changed files with 114 additions and 68 deletions
|
@ -60,6 +60,11 @@ private slots:
|
|||
|
||||
void closeinfodlg();
|
||||
void loadPerson();
|
||||
|
||||
/**
|
||||
* Warns the user that autologin is not secure
|
||||
*/
|
||||
void notSecureWarning();
|
||||
|
||||
void on_labelProfile_linkActivated(QString link);
|
||||
void on_labelInfo_linkActivated(QString link);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue