Add option to disable thumbnail icons

This commit is contained in:
Ajay
2023-03-18 02:05:14 -04:00
parent e15e33b048
commit 488f5efa2f
6 changed files with 27 additions and 2 deletions

View File

@@ -345,6 +345,7 @@ function contentConfigUpdateListener(changes: StorageChangesObject) {
setCategoryColorCSSVariables();
break;
case "fullVideoSegments":
case "fullVideoLabelsOnThumbnails":
updateAll();
break;
}