mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-15 06:45:42 -04:00
fix #2070
This commit is contained in:
parent
1a6dffab74
commit
3198daa60a
@ -110,6 +110,7 @@ public class ModUpdatesPage extends BorderPane implements DecoratorPage {
|
||||
JFXButton nextButton = new JFXButton(i18n("mods.check_updates.update"));
|
||||
nextButton.getStyleClass().add("jfx-button-raised");
|
||||
nextButton.setButtonType(JFXButton.ButtonType.RAISED);
|
||||
nextButton.setOnAction(e -> updateMods());
|
||||
|
||||
JFXButton cancelButton = new JFXButton(i18n("button.cancel"));
|
||||
cancelButton.getStyleClass().add("jfx-button-raised");
|
||||
|
Loading…
x
Reference in New Issue
Block a user