mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-19 02:10:28 +08:00
Fix build
This commit is contained in:
parent
77714e47f9
commit
e7ed63656d
@ -63,7 +63,7 @@ void MainWindow::MWSetSystemProxy()
|
||||
auto httpPort = GlobalConfig.inboundConfig.useHTTP ? GlobalConfig.inboundConfig.http_port : 0;
|
||||
auto socksPort = GlobalConfig.inboundConfig.useSocks ? GlobalConfig.inboundConfig.socks_port : 0;
|
||||
//
|
||||
SetSystemProxy(proxyAddress, httpPort, socksPort);
|
||||
SetSystemProxy(proxyAddress, httpPort, socksPort, usePAC);
|
||||
hTray.showMessage("Qv2ray", tr("System proxy configured."));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user