mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 21:29:01 -04:00
additional step in rewriting commandline parameter handling
This commit is contained in:
parent
4f56c7dd2f
commit
c5aface2cb
21 changed files with 878 additions and 688 deletions
|
@ -123,7 +123,7 @@ void StartDialog::loadPerson()
|
|||
rsNotify->cachePgpPassphrase(ui.password_input->text().toUtf8().constData()) ;
|
||||
rsNotify->setDisableAskPassword(true);
|
||||
|
||||
bool res = Rshare::loadCertificate(accountId, ui.autologin_checkbox->isChecked()) ;
|
||||
bool res = RsApplication::loadCertificate(accountId, ui.autologin_checkbox->isChecked()) ;
|
||||
|
||||
rsNotify->setDisableAskPassword(false);
|
||||
rsNotify->clearPgpPassphrase();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue