mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-03 17:39:49 +00:00
NetworkProxyWidget: set proxy host
This commit is contained in:
parent
35dac82f6a
commit
e3e25e8536
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ NetworkProxyWidget::NetworkProxyWidget(QWidget *parent)
|
||||||
ui->groupBox_proxySettings->setTitle(QString("%1 settings").arg(ui->comboBox_proxy->currentText()));
|
ui->groupBox_proxySettings->setTitle(QString("%1 settings").arg(ui->comboBox_proxy->currentText()));
|
||||||
|
|
||||||
// [Host]
|
// [Host]
|
||||||
|
ui->line_host->setText(config()->get(Config::socks5Host).toString());
|
||||||
connect(ui->line_host, &QLineEdit::textChanged, this, &NetworkProxyWidget::onProxySettingsChanged);
|
connect(ui->line_host, &QLineEdit::textChanged, this, &NetworkProxyWidget::onProxySettingsChanged);
|
||||||
|
|
||||||
// [Port]
|
// [Port]
|
||||||
|
|
Loading…
Reference in a new issue