修复微软账户登录弹窗不显示“忘记密码”的问题 (#1829)

This commit is contained in:
zkitefly
2022-11-13 23:44:01 +08:00
committed by GitHub
parent ee843543bf
commit 73b938cfd9

View File

@@ -300,7 +300,7 @@ public class CreateAccountPane extends JFXDialogLayout implements DialogAware {
JFXHyperlink createProfileLink = new JFXHyperlink(i18n("account.methods.microsoft.makegameidsettings"));
createProfileLink.setOnAction(e -> FXUtils.openLink("https://www.minecraft.net/msaprofile/mygames/editprofile"));
purchaseLink.setOnAction(e -> FXUtils.openLink(YggdrasilService.PURCHASE_URL));
box.getChildren().setAll(profileLink, birthLink, purchaseLink, deauthorizeLink, createProfileLink);
box.getChildren().setAll(profileLink, birthLink, purchaseLink, deauthorizeLink, forgotpasswordLink, createProfileLink);
GridPane.setColumnSpan(box, 2);
vbox.getChildren().setAll(hintPane, box);