UI improvements for subscription key generation

This commit is contained in:
2022-08-24 22:03:23 +00:00
parent 730cac3e50
commit 77b45849b1

View File

@@ -135,6 +135,7 @@ app.ravLicense = (function () {
const isPerpetual = $("#perpetual").prop("checked");
$("#licenseExpires").prop("checked", !isPerpetual);
$("#licenseExpires").prop("disabled", !isPerpetual);
$("#title").text(
isPerpetual ? "Perpetual license" : "Subscription license"
);