chore: sync with main

This commit is contained in:
Chubby Granny Chaser 2024-09-13 01:04:38 +01:00
commit 383578bca2
No known key found for this signature in database
6 changed files with 61 additions and 45 deletions

View file

@ -48,6 +48,7 @@ contextBridge.exposeInMainWorld("electron", {
ipcRenderer.invoke("searchGameRepacks", query),
getGameStats: (objectId: string, shop: GameShop) =>
ipcRenderer.invoke("getGameStats", objectId, shop),
getTrendingGames: () => ipcRenderer.invoke("getTrendingGames"),
/* User preferences */
getUserPreferences: () => ipcRenderer.invoke("getUserPreferences"),