Skip to content

Commit e25e7c4

Browse files
authored
修复微软登录报错的超链接显示 (#5549)
Co-authored-by: xirren <xirren@outlook.com>
1 parent 313eec4 commit e25e7c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HMCL/src/main/java/org/jackhuang/hmcl/ui/account/MicrosoftAccountLoginPane.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ private void onStep(Step currentStep) {
205205
cancelAllTasks();
206206

207207
HintPane errHintPane = new HintPane(MessageDialogPane.MessageType.ERROR);
208-
errHintPane.setText(failed.message());
208+
errHintPane.setSegment(failed.message());
209209
rootContainer.getChildren().add(errHintPane);
210210
}
211211

0 commit comments

Comments
 (0)