From: tobtoht Date: Thu, 16 Mar 2023 14:01:08 +0000 (+0100) Subject: NetworkProxyWidget: set proxy host X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=e3e25e8536b7bbed3f46d7cf7ff183ff8733e32d;p=gamesguru%2Ffeather.git NetworkProxyWidget: set proxy host --- diff --git a/src/widgets/NetworkProxyWidget.cpp b/src/widgets/NetworkProxyWidget.cpp index 36e85952..0af68eb9 100644 --- a/src/widgets/NetworkProxyWidget.cpp +++ b/src/widgets/NetworkProxyWidget.cpp @@ -33,6 +33,7 @@ NetworkProxyWidget::NetworkProxyWidget(QWidget *parent) ui->groupBox_proxySettings->setTitle(QString("%1 settings").arg(ui->comboBox_proxy->currentText())); // [Host] + ui->line_host->setText(config()->get(Config::socks5Host).toString()); connect(ui->line_host, &QLineEdit::textChanged, this, &NetworkProxyWidget::onProxySettingsChanged); // [Port]