diff --git a/src/utils/themes.ts b/src/utils/themes.ts index 45e4836..b9a0a86 100644 --- a/src/utils/themes.ts +++ b/src/utils/themes.ts @@ -19,6 +19,6 @@ export async function getThemeList() { // Do some invoke to backend to get the theme list } -export async function loadTheme() { +export async function loadTheme(theme: string) { // Do some invoke to backend to load the theme } \ No newline at end of file