mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -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
|
@ -116,8 +116,8 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
else
|
||||
{
|
||||
/* don't save auto login details */
|
||||
RsInit::LoadCertificates(false);
|
||||
// true: note auto-login is active
|
||||
RsInit::LoadCertificates(true);
|
||||
}
|
||||
|
||||
rsicontrol->StartupRetroShare();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue