mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-27 07:47:03 -05:00
hide DHT and Peer lookup for hidden nodes
This commit is contained in:
parent
a6a8e69965
commit
cd070dea46
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user