mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
chore: sync with main
This commit is contained in:
commit
383578bca2
6 changed files with 61 additions and 45 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue