feat: refactor test notiication event

This commit is contained in:
Zamitto
2025-05-17 19:06:01 -03:00
parent 914942d328
commit ee916b998a
9 changed files with 38 additions and 27 deletions

View File

@@ -442,6 +442,8 @@ contextBridge.exposeInMainWorld("electron", {
},
updateAchievementCustomNotificationWindow: () =>
ipcRenderer.invoke("updateAchievementCustomNotificationWindow"),
showAchievementTestNotification: () =>
ipcRenderer.invoke("showAchievementTestNotification"),
/* Themes */
addCustomTheme: (theme: Theme) => ipcRenderer.invoke("addCustomTheme", theme),