mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-24 08:41:26 -04:00
disable IP filter tab when using a hidden node
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8407 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
20c27b7957
commit
b9a620ee39
1 changed files with 6 additions and 5 deletions
|
@ -214,17 +214,18 @@ void ServerPage::load()
|
|||
{
|
||||
return;
|
||||
}
|
||||
loadFilteredIps() ;
|
||||
|
||||
mIsHiddenNode = (detail.netMode == RS_NETMODE_HIDDEN);
|
||||
|
||||
if (mIsHiddenNode)
|
||||
{
|
||||
if (mIsHiddenNode)
|
||||
{
|
||||
ui.tabWidget->setTabEnabled(1,false) ;
|
||||
loadHiddenNode();
|
||||
return;
|
||||
}
|
||||
|
||||
ui.netModeComboBox->show() ;
|
||||
loadFilteredIps() ;
|
||||
|
||||
ui.netModeComboBox->show() ;
|
||||
ui.hiddenMode_LB->hide() ;
|
||||
|
||||
/* set net mode */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue