mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 01:08:50 -04:00
improved display of tor process completion
This commit is contained in:
parent
7e6156566a
commit
40b965cab1
7 changed files with 73 additions and 30 deletions
|
@ -163,10 +163,7 @@ void TorControlDialog::showLog()
|
|||
int n = s.indexOf(QString("Bootstrapped"));
|
||||
|
||||
if(n >= 0)
|
||||
{
|
||||
torBootstrapStatus_LB->setText(s.mid(n+QString("Bootstrapped").length()));
|
||||
QCoreApplication::processEvents(); // forces update
|
||||
}
|
||||
}
|
||||
}
|
||||
//std::cerr << "Connexion Proxy: " << RsTor::socksAddress() << ":" << QString::number(RsTor::socksPort()).toStdString() << std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue