changed wording and removed unnecessary method calls

This commit is contained in:
Jan-Peter Klein
2024-09-25 16:20:19 +02:00
parent 53c7e031a3
commit 73c0af9749
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ public class SupporterCertificateController implements FxController {
@FXML
void didClickRemoveCert() {
removeCert.build().showRemoveCert((Stage)window.getScene().getWindow());
removeCert.build().showRemoveCert(window);
}
public LicenseHolder getLicenseHolder() {