diff --git a/src/background.ts b/src/background.ts index d11abb96..9e985dce 100644 --- a/src/background.ts +++ b/src/background.ts @@ -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); });