mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-25 06:40:58 -04:00
Hide some Labels on Hidden Mode
This commit is contained in:
parent
aec42a8e1f
commit
bcfb3be460
2 changed files with 11 additions and 3 deletions
|
@ -227,6 +227,10 @@ void ServerPage::load()
|
|||
loadFilteredIps() ;
|
||||
|
||||
ui.netModeComboBox->show() ;
|
||||
ui.textlabel_upnp->show();
|
||||
ui.iconlabel_upnp->show();
|
||||
ui.label_nat->show();
|
||||
|
||||
ui.hiddenMode_LB->hide() ;
|
||||
ui.iconlabel_hiddenMode->hide() ;
|
||||
|
||||
|
@ -880,6 +884,10 @@ void ServerPage::loadHiddenNode()
|
|||
// FIXED.
|
||||
//ui.netModeComboBox->setCurrentIndex(3);
|
||||
ui.netModeComboBox->hide();
|
||||
ui.textlabel_upnp->hide();
|
||||
ui.iconlabel_upnp->hide();
|
||||
ui.label_nat->hide();
|
||||
|
||||
ui.hiddenMode_LB->show();
|
||||
ui.iconlabel_hiddenMode->show() ;
|
||||
ui.iconlabel_hiddenMode->setPixmap(QPixmap(":/images/ledon1.png"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue