improved display of tor process completion

This commit is contained in:
csoler 2021-12-18 21:30:58 +01:00
parent 7e6156566a
commit 40b965cab1
7 changed files with 73 additions and 30 deletions

View file

@ -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;