From f4701c678ef60600329f0f501d8ea91425aae05e Mon Sep 17 00:00:00 2001 From: Glavo Date: Wed, 5 Mar 2025 14:45:02 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E5=90=AF=E7=94=A8=E9=AB=98=E5=B8=A7?= =?UTF-8?q?=E7=8E=87=E5=8A=A8=E7=94=BB=20(#3655)"=20(#3700)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit a45b636b1c0049dddfdc587044ebcafc826dff86. --- HMCL/src/main/java/org/jackhuang/hmcl/Main.java | 1 - 1 file changed, 1 deletion(-) diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/Main.java b/HMCL/src/main/java/org/jackhuang/hmcl/Main.java index 956d4a845..ff39601f7 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/Main.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/Main.java @@ -54,7 +54,6 @@ public final class Main { public static void main(String[] args) { System.getProperties().putIfAbsent("java.net.useSystemProxies", "true"); System.getProperties().putIfAbsent("javafx.autoproxy.disable", "true"); - System.getProperties().putIfAbsent("javafx.animation.pulse", "120"); System.getProperties().putIfAbsent("http.agent", "HMCL/" + Metadata.VERSION); LOG.start(Metadata.HMCL_DIRECTORY.resolve("logs"));