diff options
author | Ajay Ramachandran <[email protected]> | 2020-02-23 20:39:13 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-02-23 20:39:13 -0500 |
commit | 737a023b655984f8fcc7a59807af106f15533943 (patch) | |
tree | aa52dbe28bedfa7c814b6e1ec976f01809bb318c /src/background.ts | |
parent | 555134435522fe4a8230b8d2701e44115c2e4eef (diff) | |
download | SponsorBlock-737a023b655984f8fcc7a59807af106f15533943.tar.gz SponsorBlock-737a023b655984f8fcc7a59807af106f15533943.zip |
Added mobile support message.
Diffstat (limited to 'src/background.ts')
-rw-r--r-- | src/background.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/background.ts b/src/background.ts index 89516287..62d0827e 100644 --- a/src/background.ts +++ b/src/background.ts @@ -86,9 +86,9 @@ chrome.runtime.onInstalled.addListener(function (object) { //save this UUID Config.config.userID = newUserID; - //TODO: Remove when invidious support is old + //TODO: Remove when mobile support is old // Don't show this to new users - Config.config.invidiousUpdateInfoShowCount = 6; + // Config.config.mobileUpdateShowCount = 1; } }, 1500); }); |