@@ -54,6 +54,7 @@ public final class Main {
|
|||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.getProperties().putIfAbsent("java.net.useSystemProxies", "true");
|
System.getProperties().putIfAbsent("java.net.useSystemProxies", "true");
|
||||||
System.getProperties().putIfAbsent("javafx.autoproxy.disable", "true");
|
System.getProperties().putIfAbsent("javafx.autoproxy.disable", "true");
|
||||||
|
System.getProperties().putIfAbsent("javafx.animation.pulse", "120");
|
||||||
System.getProperties().putIfAbsent("http.agent", "HMCL/" + Metadata.VERSION);
|
System.getProperties().putIfAbsent("http.agent", "HMCL/" + Metadata.VERSION);
|
||||||
|
|
||||||
LOG.start(Metadata.HMCL_DIRECTORY.resolve("logs"));
|
LOG.start(Metadata.HMCL_DIRECTORY.resolve("logs"));
|
||||||
|
|||||||
Reference in New Issue
Block a user