Add tooltip about full video update

This commit is contained in:
Ajay
2022-01-06 20:08:12 -05:00
parent 2db35a624a
commit e9b217c685
6 changed files with 39 additions and 6 deletions

View File

@@ -80,6 +80,9 @@ chrome.runtime.onInstalled.addListener(function () {
const newUserID = utils.generateUserID();
//save this UUID
Config.config.userID = newUserID;
// Don't show update notification
Config.config.categoryPillUpdate = true;
}
}, 1500);
});