mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-20 15:00:36 -04:00
Removed DynDns from Quick Start Wizard
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4856 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2aa1ede192
commit
cf5d88ab8b
2 changed files with 3 additions and 13 deletions
|
@ -147,9 +147,6 @@ void QuickStartWizard::on_pushButtonConnectionNext_clicked()
|
|||
}
|
||||
rsicontrol->ConfigSetDataRates( ui.doubleSpinBoxDownloadSpeed->value(), ui.doubleSpinBoxUploadSpeed->value() );
|
||||
|
||||
if (ui.DynDNS->text().toStdString() != detail.dyndns)
|
||||
rsPeers->setDynDNS (rsPeers->getOwnId(), ui.DynDNS->text().toStdString());
|
||||
|
||||
ui.pagesWizard->setCurrentIndex(2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue