Plugin init/dispose

This commit is contained in:
Gregory Schier
2025-07-26 14:28:59 -07:00
parent 0d98b95b61
commit 38529cc89e
12 changed files with 101 additions and 85 deletions

View File

@@ -19,7 +19,7 @@ export function useResolvedTheme() {
settings.themeLight,
settings.themeDark,
);
return { ...data, ...await getThemes() };
return { ...data, ...(await getThemes()) };
},
});
}