mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 01:08:50 -04:00
added check after starting TorManager
This commit is contained in:
parent
15decacc0d
commit
0112cf23e5
6 changed files with 27 additions and 24 deletions
|
@ -76,7 +76,11 @@ void TorControlDialog::statusChanged()
|
|||
}
|
||||
|
||||
torStatus_LB->setText(torstatus_str) ;
|
||||
//torStatus_LB->setText(tor_control_status_str) ;
|
||||
|
||||
if(torstatus == Tor::TorControl::TorUnknown)
|
||||
torStatus_LB->setToolTip(tr("Check that Tor is accessible in your executable path")) ;
|
||||
else
|
||||
torStatus_LB->setToolTip("") ;
|
||||
|
||||
QVariantMap qvm = mTorManager->control()->bootstrapStatus();
|
||||
QString bootstrapstatus_str ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue