aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/background.ts
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-02-23 20:39:13 -0500
committerAjay Ramachandran <[email protected]>2020-02-23 20:39:13 -0500
commit737a023b655984f8fcc7a59807af106f15533943 (patch)
treeaa52dbe28bedfa7c814b6e1ec976f01809bb318c /src/background.ts
parent555134435522fe4a8230b8d2701e44115c2e4eef (diff)
downloadSponsorBlock-737a023b655984f8fcc7a59807af106f15533943.tar.gz
SponsorBlock-737a023b655984f8fcc7a59807af106f15533943.zip
Added mobile support message.
Diffstat (limited to 'src/background.ts')
-rw-r--r--src/background.ts4
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);
});