fix: theme editor layout positioning

This commit is contained in:
Moyasee
2025-11-07 20:12:50 +02:00
parent 154b6271a1
commit b6bbf05da6
7 changed files with 116 additions and 54 deletions

View File

@@ -577,6 +577,8 @@ contextBridge.exposeInMainWorld("electron", {
ipcRenderer.invoke("removeThemeAchievementSound", themeId),
getThemeSoundPath: (themeId: string) =>
ipcRenderer.invoke("getThemeSoundPath", themeId),
getThemeSoundDataUrl: (themeId: string) =>
ipcRenderer.invoke("getThemeSoundDataUrl", themeId),
importThemeSoundFromStore: (
themeId: string,
themeName: string,