Skip to content

Commit d083ff9

Browse files
authored
修复安装游戏时选择加载器版本后返回动画方向不正确的问题 (#5086)
1 parent 54f9902 commit d083ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HMCL/src/main/java/org/jackhuang/hmcl/ui/download/AbstractInstallersPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public AbstractInstallersPage(WizardController controller, String gameVersion, D
6868
gameVersion,
6969
downloadProvider,
7070
libraryId,
71-
() -> controller.onPrev(false, Navigation.NavigationDirection.NEXT)
71+
() -> controller.onPrev(false, Navigation.NavigationDirection.PREVIOUS)
7272
), Navigation.NavigationDirection.NEXT
7373
);
7474
});

0 commit comments

Comments
 (0)