This commit is contained in:
@@ -178,7 +178,8 @@ namespace AyaNova.Core
|
||||
{
|
||||
get
|
||||
{
|
||||
return !IsEmpty && !LicenseExpired;
|
||||
// return !IsEmpty && !LicenseExpired;
|
||||
return (Status == LicenseStatus.ActivePurchased) || (Status == LicenseStatus.ActiveTrial);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user