From d083ff90481355f961190bcaa2d20492ab14fd0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=9E=E5=BA=90?= <109708109+CiiLu@users.noreply.github.com> Date: Thu, 1 Jan 2026 20:36:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=89=E8=A3=85=E6=B8=B8?= =?UTF-8?q?=E6=88=8F=E6=97=B6=E9=80=89=E6=8B=A9=E5=8A=A0=E8=BD=BD=E5=99=A8?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=90=8E=E8=BF=94=E5=9B=9E=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E6=96=B9=E5=90=91=E4=B8=8D=E6=AD=A3=E7=A1=AE=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#5086)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/jackhuang/hmcl/ui/download/AbstractInstallersPage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/AbstractInstallersPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/AbstractInstallersPage.java index d18787673..88f9f9de4 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/AbstractInstallersPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/AbstractInstallersPage.java @@ -68,7 +68,7 @@ public abstract class AbstractInstallersPage extends Control implements WizardPa gameVersion, downloadProvider, libraryId, - () -> controller.onPrev(false, Navigation.NavigationDirection.NEXT) + () -> controller.onPrev(false, Navigation.NavigationDirection.PREVIOUS) ), Navigation.NavigationDirection.NEXT ); });