This commit is contained in:
2021-10-18 17:41:05 +00:00
parent 70f8002230
commit f2712900cd
3 changed files with 25 additions and 13 deletions

View File

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