修复微软账户登录弹窗不显示“忘记密码”的问题 (#1829)
This commit is contained in:
@@ -300,7 +300,7 @@ public class CreateAccountPane extends JFXDialogLayout implements DialogAware {
|
|||||||
JFXHyperlink createProfileLink = new JFXHyperlink(i18n("account.methods.microsoft.makegameidsettings"));
|
JFXHyperlink createProfileLink = new JFXHyperlink(i18n("account.methods.microsoft.makegameidsettings"));
|
||||||
createProfileLink.setOnAction(e -> FXUtils.openLink("https://www.minecraft.net/msaprofile/mygames/editprofile"));
|
createProfileLink.setOnAction(e -> FXUtils.openLink("https://www.minecraft.net/msaprofile/mygames/editprofile"));
|
||||||
purchaseLink.setOnAction(e -> FXUtils.openLink(YggdrasilService.PURCHASE_URL));
|
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);
|
GridPane.setColumnSpan(box, 2);
|
||||||
|
|
||||||
vbox.getChildren().setAll(hintPane, box);
|
vbox.getChildren().setAll(hintPane, box);
|
||||||
|
|||||||
Reference in New Issue
Block a user