Update CTMalwareScannerOptionsPanel.java

fix disappearing screen
This commit is contained in:
Mark McKinnon 2023-08-21 09:26:04 -04:00
parent bad497cb88
commit c3cbb7c826

View File

@ -506,8 +506,6 @@ public class CTMalwareScannerOptionsPanel extends CTOptionsSubPanel {
StringUtils.defaultString(this.licenseInfo.getDecryptedLicense().getCustomerEmail())));
}
this.malwareScansPanel.setVisible(StringUtils.isNotBlank(this.authTokenMessage) || authTokenResponse != null);
this.malwareScansMessageLabel.setVisible(StringUtils.isNotBlank(this.authTokenMessage));
this.malwareScansMessageLabel.setText(this.authTokenMessage);