aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.ts b/src/config.ts
index ce7efc91..2e82d4f1 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -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,