Fix highlight category info appearing to new users

This commit is contained in:
Ajay Ramachandran
2021-08-22 19:03:05 -04:00
parent 52741b2c0a
commit 11fe87a09e

View File

@@ -81,7 +81,7 @@ chrome.runtime.onInstalled.addListener(function () {
//save this UUID
Config.config.userID = newUserID;
Config.config.highlightCategoryUpdate = false;
Config.config.highlightCategoryUpdate = true;
}
}, 1500);
});