Fix spamming user info on options page and improve popup values

This commit is contained in:
Ajay
2022-10-03 16:59:49 -04:00
parent f1498d51fa
commit 6166ab3006
3 changed files with 15 additions and 4 deletions

View File

@@ -88,6 +88,7 @@ interface SBConfig {
payments: {
licenseKey: string,
lastCheck: number,
lastFreeCheck: number,
freeAccess: boolean,
chaptersAllowed: boolean
}
@@ -229,6 +230,7 @@ const Config: SBObject = {
payments: {
licenseKey: null,
lastCheck: 0,
lastFreeCheck: 0,
freeAccess: false,
chaptersAllowed: false
},