Remove unsubmitted notification

This commit is contained in:
Ajay Ramachandran
2021-01-17 13:00:27 -05:00
parent 7bb8f446bf
commit 2fcfc989cf
6 changed files with 0 additions and 59 deletions

View File

@@ -17,7 +17,6 @@ interface SBConfig {
sponsorTimesContributed: number,
submissionCountSinceCategories: number, // New count used to show the "Read The Guidelines!!" message
showTimeWithSkips: boolean,
unsubmittedWarning: boolean,
disableSkipping: boolean,
trackViewCount: boolean,
dontShowNotice: boolean,
@@ -150,7 +149,6 @@ const Config: SBObject = {
sponsorTimesContributed: 0,
submissionCountSinceCategories: 0,
showTimeWithSkips: true,
unsubmittedWarning: true,
disableSkipping: false,
trackViewCount: true,
dontShowNotice: false,