mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-05 09:35:39 -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->UdpResult->hide();
|
||||||
ui->UdpProgressBar->hide();
|
ui->UdpProgressBar->hide();
|
||||||
ui->UdpLabel->hide();
|
ui->UdpLabel->hide();
|
||||||
|
|
||||||
|
ui->DhtLabel->hide();
|
||||||
|
ui->DhtProgressBar->hide();
|
||||||
|
ui->DhtResult->hide();
|
||||||
|
|
||||||
|
ui->LookupLabel->hide();
|
||||||
|
ui->LookupProgressBar->hide();
|
||||||
|
ui->LookupResult->hide();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user