diff options
Diffstat (limited to 'src/config.ts')
-rw-r--r-- | src/config.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.ts b/src/config.ts index 25b3a11b..f30dde4d 100644 --- a/src/config.ts +++ b/src/config.ts @@ -41,6 +41,7 @@ interface SBConfig { showDonationLink: boolean, autoHideInfoButton: boolean, autoSkipOnMusicVideos: boolean, + highlightCategoryUpdate: boolean // What categories should be skipped categorySelections: CategorySelection[], @@ -185,6 +186,7 @@ const Config: SBObject = { showDonationLink: true, autoHideInfoButton: true, autoSkipOnMusicVideos: false, + highlightCategoryUpdate: false, // TODO: Remove this once update is done categorySelections: [{ name: "sponsor" as Category, |