修复安装游戏时选择加载器版本后返回动画方向不正确的问题 (#5086)
This commit is contained in:
@@ -68,7 +68,7 @@ public abstract class AbstractInstallersPage extends Control implements WizardPa
|
|||||||
gameVersion,
|
gameVersion,
|
||||||
downloadProvider,
|
downloadProvider,
|
||||||
libraryId,
|
libraryId,
|
||||||
() -> controller.onPrev(false, Navigation.NavigationDirection.NEXT)
|
() -> controller.onPrev(false, Navigation.NavigationDirection.PREVIOUS)
|
||||||
), Navigation.NavigationDirection.NEXT
|
), Navigation.NavigationDirection.NEXT
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user