fix: 打开微软对话框有一个加载圈一闪而过 (#5584)
This commit is contained in:
@@ -141,7 +141,7 @@ public class MicrosoftAccountLoginPane extends JFXDialogLayout implements Dialog
|
|||||||
hintPane.setText(i18n("account.methods.microsoft.hint"));
|
hintPane.setText(i18n("account.methods.microsoft.hint"));
|
||||||
rootContainer.getChildren().add(hintPane);
|
rootContainer.getChildren().add(hintPane);
|
||||||
} else if (currentStep instanceof Step.StartAuthorizationCodeLogin) {
|
} else if (currentStep instanceof Step.StartAuthorizationCodeLogin) {
|
||||||
loginButtonSpinner.setLoading(true);
|
loginButtonSpinner.setLoading(false);
|
||||||
cancelAllTasks();
|
cancelAllTasks();
|
||||||
|
|
||||||
rootContainer.getChildren().add(new JFXSpinner());
|
rootContainer.getChildren().add(new JFXSpinner());
|
||||||
|
|||||||
Reference in New Issue
Block a user