From c8183eaa855ee5b56a9bec7ab17b88d03fc5791a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=9E=E5=BA=90?= <109708109+CiiLu@users.noreply.github.com> Date: Fri, 20 Feb 2026 21:12:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=93=E5=BC=80=E5=BE=AE=E8=BD=AF?= =?UTF-8?q?=E5=AF=B9=E8=AF=9D=E6=A1=86=E6=9C=89=E4=B8=80=E4=B8=AA=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E5=9C=88=E4=B8=80=E9=97=AA=E8=80=8C=E8=BF=87=20(#5584?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jackhuang/hmcl/ui/account/MicrosoftAccountLoginPane.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/MicrosoftAccountLoginPane.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/MicrosoftAccountLoginPane.java index 5dcb1bbcf..b2743cef9 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/MicrosoftAccountLoginPane.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/MicrosoftAccountLoginPane.java @@ -141,7 +141,7 @@ public class MicrosoftAccountLoginPane extends JFXDialogLayout implements Dialog hintPane.setText(i18n("account.methods.microsoft.hint")); rootContainer.getChildren().add(hintPane); } else if (currentStep instanceof Step.StartAuthorizationCodeLogin) { - loginButtonSpinner.setLoading(true); + loginButtonSpinner.setLoading(false); cancelAllTasks(); rootContainer.getChildren().add(new JFXSpinner());