Added mobile support message.

This commit is contained in:
Ajay Ramachandran
2020-02-23 20:39:13 -05:00
parent 5551344355
commit 737a023b65
4 changed files with 17 additions and 12 deletions

View File

@@ -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);
});