feat: adding link direct from sources

This commit is contained in:
Chubby Granny Chaser 2024-12-20 21:28:51 +00:00
parent 3af0ae9f85
commit d3450c5f65
No known key found for this signature in database
11 changed files with 265 additions and 37 deletions

View file

@ -65,6 +65,8 @@ contextBridge.exposeInMainWorld("electron", {
listener
);
},
getPublishers: () => ipcRenderer.invoke("getPublishers"),
getDevelopers: () => ipcRenderer.invoke("getDevelopers"),
/* User preferences */
getUserPreferences: () => ipcRenderer.invoke("getUserPreferences"),