mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-09-14 11:06:01 +05:00
Merge pull request #3177 from jolavillette/FixI2PProxyUneditable
fix: initialize mSamSettings to prevent i2p proxy fields being uneditable without SAM3
This commit is contained in:
commit
47398f7d03
@ -88,6 +88,8 @@ ServerPage::ServerPage(QWidget * parent, Qt::WindowFlags flags)
|
||||
/* Invoke the Qt Designer generated object setup routine */
|
||||
ui.setupUi(this);
|
||||
|
||||
mSamSettings.initDefault();
|
||||
|
||||
#ifndef RS_USE_I2P_SAM3
|
||||
ui.hiddenServiceTab->removeTab(TAB_HIDDEN_SERVICE_I2P); // warning: the order of operation here is very important.
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user