Added notice info about the Invidious update. TODO: remove this in the future.

This commit is contained in:
Ajay Ramachandran
2020-01-10 22:15:28 -05:00
parent 4f8e1bc827
commit 259f7a9439
4 changed files with 19 additions and 1 deletions

View File

@@ -74,7 +74,11 @@ chrome.runtime.onInstalled.addListener(function (object) {
//generate a userID
const newUserID = generateUserID();
//save this UUID
SB.config.userID = newUserID;
SB.config.userID = newUserID;
//TODO: Remove when invidious support is old
// Don't show this to new users
SB.config.invidiousUpdateInfoShowCount = 6;
}
}, 1500);
});