Revert "Update DecoratorSkin.java"

This reverts commit cdb6267e23.
This commit is contained in:
2573874409@qq.com 2023-05-03 13:17:43 +08:00
parent cdb6267e23
commit 5342625678

View File

@ -198,7 +198,6 @@ public class DecoratorSkin extends SkinBase<Decorator> {
btnHelp.setGraphic(SVG.helpCircleOutline(Theme.foregroundFillBinding(), -1, -1));
btnHelp.getStyleClass().add("jfx-decorator-button");
btnHelp.setOnAction(e -> FXUtils.openLink("https://docs.hmcl.net/help.html"));
runInFX(() -> FXUtils.installFastTooltip(btnHelp, i18n("logwindow.help")));
JFXButton btnMin = new JFXButton();
StackPane pane = new StackPane(minus);