hide DHT and Peer lookup for hidden nodes

This commit is contained in:
csoler 2019-08-24 20:15:01 +02:00
parent a6a8e69965
commit cd070dea46
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -183,6 +183,14 @@ void ConnectProgressDialog::initDialog()
ui->UdpResult->hide();
ui->UdpProgressBar->hide();
ui->UdpLabel->hide();
ui->DhtLabel->hide();
ui->DhtProgressBar->hide();
ui->DhtResult->hide();
ui->LookupLabel->hide();
ui->LookupProgressBar->hide();
ui->LookupResult->hide();
}
else
{