fix: removed unused function

This commit is contained in:
Moyasee
2025-11-07 17:50:47 +02:00
parent a6cbaf6dc1
commit 154b6271a1
11 changed files with 95 additions and 52 deletions

View File

@@ -577,8 +577,17 @@ contextBridge.exposeInMainWorld("electron", {
ipcRenderer.invoke("removeThemeAchievementSound", themeId),
getThemeSoundPath: (themeId: string) =>
ipcRenderer.invoke("getThemeSoundPath", themeId),
importThemeSoundFromStore: (themeId: string, themeName: string, storeUrl: string) =>
ipcRenderer.invoke("importThemeSoundFromStore", themeId, themeName, storeUrl),
importThemeSoundFromStore: (
themeId: string,
themeName: string,
storeUrl: string
) =>
ipcRenderer.invoke(
"importThemeSoundFromStore",
themeId,
themeName,
storeUrl
),
/* Editor */
openEditorWindow: (themeId: string) =>