Added "read the guidelines button.

This commit is contained in:
Ajay Ramachandran
2020-06-05 21:38:38 -04:00
parent 730d966019
commit 89cc6ed184
4 changed files with 20 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ interface SBConfig {
minutesSaved: number,
skipCount: number,
sponsorTimesContributed: number,
submissionCountSinceCategories: number, // New count used to show the "Read The Guidelines!!" message
disableSkipping: boolean,
trackViewCount: boolean,
dontShowNotice: boolean,
@@ -129,6 +130,7 @@ var Config: SBObject = {
minutesSaved: 0,
skipCount: 0,
sponsorTimesContributed: 0,
submissionCountSinceCategories: 0,
disableSkipping: false,
trackViewCount: true,
dontShowNotice: false,