This commit is contained in:
2020-06-11 15:37:49 +00:00
parent 64e8fb415e
commit 1644c25350
2 changed files with 4 additions and 3 deletions

View File

@@ -178,7 +178,8 @@ namespace AyaNova.Core
{
get
{
return !IsEmpty && !LicenseExpired;
// return !IsEmpty && !LicenseExpired;
return (Status == LicenseStatus.ActivePurchased) || (Status == LicenseStatus.ActiveTrial);
}
}