mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-22 16:30:51 +01:00
Implement Nitro Feature for macOS
This commit is contained in:
parent
d4c57ce28b
commit
ed94340d04
@ -59,7 +59,6 @@ public class NitroMacOS implements NitroOsFunctions {
|
||||
@Override
|
||||
public boolean registerSystemProxy(String host, int port) {
|
||||
try {
|
||||
final String proxy = String.format("%s:%d", host, port);
|
||||
final String[] ignoreHosts = PROXY_IGNORE.split(";");
|
||||
|
||||
// Enable proxy
|
||||
|
Loading…
Reference in New Issue
Block a user