mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 19:00:22 +08:00
try to fix some shitty things
This commit is contained in:
parent
6f13be7217
commit
aa52bb4b73
@ -158,7 +158,7 @@ bool MainWindow::MWtryStartConnection()
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (httpEnabled) {
|
if (httpEnabled) {
|
||||||
pacProxyString = "PROXY http://" + pacIP + ":" + QSTRN(currentConfig.inboundConfig.http_port);
|
pacProxyString = "PROXY " + pacIP + ":" + QSTRN(currentConfig.inboundConfig.http_port);
|
||||||
} else {
|
} else {
|
||||||
LOG(MODULE_UI, "PAC is using HTTP, but it is not enabled")
|
LOG(MODULE_UI, "PAC is using HTTP, but it is not enabled")
|
||||||
QvMessageBox(this, tr("Configuring PAC"), tr("Could not start PAC server as it is configured to use HTTP, but it is not enabled"));
|
QvMessageBox(this, tr("Configuring PAC"), tr("Could not start PAC server as it is configured to use HTTP, but it is not enabled"));
|
||||||
|
Loading…
Reference in New Issue
Block a user