aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/content.ts
diff options
context:
space:
mode:
authorAjay <[email protected]>2023-03-18 02:05:14 -0400
committerAjay <[email protected]>2023-03-18 02:05:14 -0400
commit488f5efa2f117b13dcfb0114bf628ee480800943 (patch)
tree77abfce405326205ba571c0ab49a726082796362 /src/content.ts
parente15e33b0488f31a5033f265e65ac0bac09c6da4c (diff)
downloadSponsorBlock-488f5efa2f117b13dcfb0114bf628ee480800943.tar.gz
SponsorBlock-488f5efa2f117b13dcfb0114bf628ee480800943.zip
Add option to disable thumbnail icons
Diffstat (limited to 'src/content.ts')
-rw-r--r--src/content.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content.ts b/src/content.ts
index b5c26df6..cf1bbf8b 100644
--- a/src/content.ts
+++ b/src/content.ts
@@ -345,6 +345,7 @@ function contentConfigUpdateListener(changes: StorageChangesObject) {
setCategoryColorCSSVariables();
break;
case "fullVideoSegments":
+ case "fullVideoLabelsOnThumbnails":
updateAll();
break;
}