We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32d3c3 commit 2ea96fdCopy full SHA for 2ea96fd
1 file changed
HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/DownloadListPage.java
@@ -453,6 +453,10 @@ protected ModDownloadListPageSkin(DownloadListPage control) {
453
changeButton.value.run();
454
});
455
456
+ FXUtils.onChange(control.pageOffset, pageOffsetN -> {
457
+ changeButton.value.run();
458
+ });
459
+
460
Pane placeholder = new Pane();
461
HBox.setHgrow(placeholder, Priority.SOMETIMES);
462
0 commit comments