mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-11 12:56:53 -04:00
update
This commit is contained in:
parent
1a8ae7e78f
commit
b8bcfadc82
@ -131,7 +131,7 @@ public final class AccountListItemSkin extends SkinBase<AccountListItem> {
|
|||||||
spinnerRefresh.getStyleClass().setAll("small-spinner-pane");
|
spinnerRefresh.getStyleClass().setAll("small-spinner-pane");
|
||||||
if (skinnable.getAccount() instanceof MicrosoftAccount && Accounts.OAUTH_CALLBACK.getClientId().isEmpty()) {
|
if (skinnable.getAccount() instanceof MicrosoftAccount && Accounts.OAUTH_CALLBACK.getClientId().isEmpty()) {
|
||||||
btnRefresh.setDisable(true);
|
btnRefresh.setDisable(true);
|
||||||
FXUtils.installFastTooltip(btnRefresh, i18n("account.methods.microsoft.snapshot"));
|
FXUtils.installFastTooltip(spinnerRefresh, i18n("account.methods.microsoft.snapshot"));
|
||||||
}
|
}
|
||||||
btnRefresh.setOnAction(e -> {
|
btnRefresh.setOnAction(e -> {
|
||||||
spinnerRefresh.showSpinner();
|
spinnerRefresh.showSpinner();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user