diff options
author | Ajay <[email protected]> | 2023-03-18 02:05:14 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-03-18 02:05:14 -0400 |
commit | 488f5efa2f117b13dcfb0114bf628ee480800943 (patch) | |
tree | 77abfce405326205ba571c0ab49a726082796362 /src/content.ts | |
parent | e15e33b0488f31a5033f265e65ac0bac09c6da4c (diff) | |
download | SponsorBlock-488f5efa2f117b13dcfb0114bf628ee480800943.tar.gz SponsorBlock-488f5efa2f117b13dcfb0114bf628ee480800943.zip |
Add option to disable thumbnail icons
Diffstat (limited to 'src/content.ts')
-rw-r--r-- | src/content.ts | 1 |
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; } |