fixed compilation

This commit is contained in:
csoler 2021-06-26 17:12:17 +02:00
parent f13b0cbe9f
commit 43e8ed3d98
4 changed files with 142 additions and 38 deletions

View file

@ -528,7 +528,7 @@ void GenCertDialog::genPerson()
bool isHiddenLoc = (ui.nodeType_CB->currentIndex()>0);
bool isAutoTor = (ui.nodeType_CB->currentIndex()==1);
if(isAutoTor && !Tor::TorManager::isTorAvailable())
if(isAutoTor && !RsTor::isTorAvailable())
{
QMessageBox::critical(this,tr("Tor is not available"),tr("No Tor executable has been found on your system. You need to install Tor before creating a hidden identity.")) ;
return ;