diff options
author | Ajay Ramachandran <[email protected]> | 2020-02-25 00:38:03 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-02-25 00:38:03 -0500 |
commit | 008c9380b15dbfeeafb7261883161254fc6e20fe (patch) | |
tree | a4d2cb1c5f7eb2fe16e56384b0b0dc94b405e05c /src/background.ts | |
parent | 716861da189d7084d01b6311e316a89ef7a19f2a (diff) | |
download | SponsorBlock-008c9380b15dbfeeafb7261883161254fc6e20fe.tar.gz SponsorBlock-008c9380b15dbfeeafb7261883161254fc6e20fe.zip |
Switched notice to react
Diffstat (limited to 'src/background.ts')
-rw-r--r-- | src/background.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/background.ts b/src/background.ts index 62d0827e..d0508d2c 100644 --- a/src/background.ts +++ b/src/background.ts @@ -85,10 +85,6 @@ chrome.runtime.onInstalled.addListener(function (object) { const newUserID = utils.generateUserID(); //save this UUID Config.config.userID = newUserID; - - //TODO: Remove when mobile support is old - // Don't show this to new users - // Config.config.mobileUpdateShowCount = 1; } }, 1500); }); |