mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-01-24 14:34:15 +08:00
Update DecoratorSkin.java
This commit is contained in:
parent
c81620acfa
commit
cdb6267e23
@ -198,6 +198,7 @@ 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);
|
||||
|
Loading…
Reference in New Issue
Block a user