diff --git a/source/content-scripts/setup.tsx b/source/content-scripts/setup.tsx index 6739226..2465f1b 100644 --- a/source/content-scripts/setup.tsx +++ b/source/content-scripts/setup.tsx @@ -48,7 +48,7 @@ async function initialize() { // Similarly to the known groups, any features that use the list of themes // should be added here. - const usesThemesList = new Set([]); + const usesThemesList = new Set([Feature.ThemeSwitcher]); const themesList = await fromStorage(Data.ThemesList); const themesListUpdatedDate = await fromStorage(Data.ThemesListUpdatedDate);