diff options
author | Ajay Ramachandran <[email protected]> | 2021-01-10 21:02:34 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-10 21:02:34 -0500 |
commit | e32a251ef374c1dbffb9f36b0fa0349898089bec (patch) | |
tree | 038e1cf19f8abdc429f1dfc85a2f0451be1dcc8a /src/config.ts | |
parent | 33ec82882dcc3b4637f6f3661fd1e67a886cdc8e (diff) | |
parent | edd8ac55d02e7f84abc45ee273273030053070b0 (diff) | |
download | SponsorBlock-e32a251ef374c1dbffb9f36b0fa0349898089bec.tar.gz SponsorBlock-e32a251ef374c1dbffb9f36b0fa0349898089bec.zip |
Merge pull request #605 from ajayyy/youcap
Revert "Add notice about YouCap"
Diffstat (limited to 'src/config.ts')
-rw-r--r-- | src/config.ts | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/config.ts b/src/config.ts index d113e86c..2a40dbf6 100644 --- a/src/config.ts +++ b/src/config.ts @@ -55,9 +55,7 @@ interface SBConfig { "preview-selfpromo": PreviewBarOption, "music_offtopic": PreviewBarOption, "preview-music_offtopic": PreviewBarOption, - }, - - hasShownYouCapNotice: boolean + } } export interface SBObject { @@ -231,9 +229,7 @@ const Config: SBObject = { color: "#a6634a", opacity: "0.7" } - }, - - hasShownYouCapNotice: false + } }, localConfig: null, config: null, |