diff options
author | Ajay Ramachandran <[email protected]> | 2021-11-08 19:57:46 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-11-08 19:57:46 -0500 |
commit | 06da4d6556a386be783984f840ab86e6333f6759 (patch) | |
tree | 7c6a3be98065a4f341286c42843a85e7fd188090 /src/background.ts | |
parent | 20d0c050491af0dc0b17685d9c9ef0fc25001901 (diff) | |
download | SponsorBlock-06da4d6556a386be783984f840ab86e6333f6759.tar.gz SponsorBlock-06da4d6556a386be783984f840ab86e6333f6759.zip |
Remove notice about highlight category update
Diffstat (limited to 'src/background.ts')
-rw-r--r-- | src/background.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/background.ts b/src/background.ts index 9e985dce..2d5ffe8e 100644 --- a/src/background.ts +++ b/src/background.ts @@ -80,8 +80,6 @@ chrome.runtime.onInstalled.addListener(function () { const newUserID = utils.generateUserID(); //save this UUID Config.config.userID = newUserID; - - Config.config.highlightCategoryUpdate = true; } }, 1500); }); |