fix: #774
This commit is contained in:
@@ -202,7 +202,7 @@ public class DefaultLauncher extends Launcher {
|
|||||||
if (options.isFullscreen())
|
if (options.isFullscreen())
|
||||||
res.add("--fullscreen");
|
res.add("--fullscreen");
|
||||||
|
|
||||||
if (options.getProxy() != null) {
|
if (options.getProxy() != null && options.getProxy().type() == Proxy.Type.SOCKS) {
|
||||||
InetSocketAddress address = (InetSocketAddress) options.getProxy().address();
|
InetSocketAddress address = (InetSocketAddress) options.getProxy().address();
|
||||||
if (address != null) {
|
if (address != null) {
|
||||||
res.add("--proxyHost");
|
res.add("--proxyHost");
|
||||||
|
|||||||
Reference in New Issue
Block a user