This commit is contained in:
2020-06-14 21:50:24 +00:00
parent 666024a545
commit cceff67e14
2 changed files with 53 additions and 106 deletions

View File

@@ -323,13 +323,14 @@ export default {
}
//LICENSE STATUS: EXPIREDPURCHASE
if (licenseState == 4) {
if (licenseState == 4 || licenseState == 5) {
return "neednotrial";
}
//LICENSE STATE: REVOKED
if (licenseState == 5) {
return "revoked";
}
// //LICENSE STATE: REVOKED
//nothing special for revoke
// if (licenseState == 5) {
// return "revoked";
// }
//LICENSE STATE: ActiveTrial or ActivePurchased
if (licenseState == 1 || licenseState == 3) {