mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-29 00:27:27 -04:00
hide network mode selection in quick start wizard if node is a hidden node
This commit is contained in:
parent
47328a4ec9
commit
4b84767250
2 changed files with 9 additions and 3 deletions
|
@ -437,6 +437,12 @@ void QuickStartWizard::loadNetwork()
|
|||
case RS_NETMODE_UDP:
|
||||
netIndex = 1;
|
||||
break;
|
||||
case RS_NETMODE_HIDDEN:
|
||||
ui.netModeLabel->hide();
|
||||
ui.netModeComboBox->hide();
|
||||
ui.discoveryLabel->hide();
|
||||
ui.discoveryComboBox->hide();
|
||||
break;
|
||||
default:
|
||||
case RS_NETMODE_UPNP:
|
||||
netIndex = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue