mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-27 15:57:08 -05:00
commit
4c07050776
@ -1498,8 +1498,6 @@ void ServerPage::updateStatusBob()
|
||||
ui.hiddenpage_serviceAddress->setText(addr);
|
||||
ui.pteBobServerKey->setPlainText(QString::fromStdString(mBobSettings.keys));
|
||||
|
||||
ui.hiddenpage_serviceAddress->setText(addr);
|
||||
|
||||
if (!mBobSettings.keys.empty()) {
|
||||
// we have an addr -> show fields
|
||||
ui.lBobB32Addr->show();
|
||||
@ -1516,6 +1514,8 @@ void ServerPage::updateStatusBob()
|
||||
ui.leBobB32Addr->hide();
|
||||
ui.pbBobGenAddr->hide();
|
||||
}
|
||||
|
||||
saveAddresses();
|
||||
}
|
||||
|
||||
bobStates bs;
|
||||
|
Loading…
x
Reference in New Issue
Block a user