fixed update of Tor status in settings

This commit is contained in:
csoler 2018-01-19 13:42:31 +01:00
parent 8534147313
commit 19f1a645f8
4 changed files with 33 additions and 23 deletions

View file

@ -389,6 +389,8 @@ feenableexcept(FE_INVALID | FE_DIVBYZERO);
splashScreen.show();
splashScreen.showMessage(rshare.translate("SplashScreen", "Load configuration"), Qt::AlignHCenter | Qt::AlignBottom);
QCoreApplication::processEvents();
/* stop Retroshare if startup fails */
if (!RsControl::instance()->StartupRetroShare())
{