mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-19 08:46:09 -04:00
parent
50c22e1f43
commit
a45b636b1c
@ -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"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user