aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2021-08-22 19:03:05 -0400
committerAjay Ramachandran <[email protected]>2021-08-22 19:03:05 -0400
commit11fe87a09e048da1f0e94c176186e002ca246fc7 (patch)
treea1faa540be40982965600fa9072fb475fc776c40
parent52741b2c0a0c2b42e0b2d89958a4bab4e4749b7d (diff)
downloadSponsorBlock-11fe87a09e048da1f0e94c176186e002ca246fc7.tar.gz
SponsorBlock-11fe87a09e048da1f0e94c176186e002ca246fc7.zip
Fix highlight category info appearing to new users
-rw-r--r--src/background.ts2
1 files changed, 1 insertions, 1 deletions
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);
});