pass theme

This commit is contained in:
SpikeHD
2022-06-02 17:48:42 -07:00
parent cdd15123dc
commit 28d9b89686

View File

@@ -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
}