mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 14:10:54 -04:00
commit
4c07050776
1 changed files with 3 additions and 3 deletions
|
@ -1498,8 +1498,6 @@ void ServerPage::updateStatusBob()
|
||||||
ui.hiddenpage_serviceAddress->setText(addr);
|
ui.hiddenpage_serviceAddress->setText(addr);
|
||||||
ui.pteBobServerKey->setPlainText(QString::fromStdString(mBobSettings.keys));
|
ui.pteBobServerKey->setPlainText(QString::fromStdString(mBobSettings.keys));
|
||||||
|
|
||||||
ui.hiddenpage_serviceAddress->setText(addr);
|
|
||||||
|
|
||||||
if (!mBobSettings.keys.empty()) {
|
if (!mBobSettings.keys.empty()) {
|
||||||
// we have an addr -> show fields
|
// we have an addr -> show fields
|
||||||
ui.lBobB32Addr->show();
|
ui.lBobB32Addr->show();
|
||||||
|
@ -1516,6 +1514,8 @@ void ServerPage::updateStatusBob()
|
||||||
ui.leBobB32Addr->hide();
|
ui.leBobB32Addr->hide();
|
||||||
ui.pbBobGenAddr->hide();
|
ui.pbBobGenAddr->hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
saveAddresses();
|
||||||
}
|
}
|
||||||
|
|
||||||
bobStates bs;
|
bobStates bs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue