1
Fork 0

Add the Theme Switcher to the usesThemesList set.

This commit is contained in:
Bauke 2023-12-20 14:49:47 +01:00
parent c856968c3c
commit 4d39f4d3c8
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -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<Feature>([]);
const usesThemesList = new Set<Feature>([Feature.ThemeSwitcher]);
const themesList = await fromStorage(Data.ThemesList);
const themesListUpdatedDate = await fromStorage(Data.ThemesListUpdatedDate);