feat: adding bypass for region blocks

This commit is contained in:
Hydra 2024-05-12 23:43:00 +01:00
parent a2790190e6
commit 1c7911c531
No known key found for this signature in database
38 changed files with 942 additions and 979 deletions

View file

@ -52,6 +52,8 @@ contextBridge.exposeInMainWorld("electron", {
ipcRenderer.invoke("getHowLongToBeat", objectID, shop, title),
getGames: (take?: number, prevCursor?: number) =>
ipcRenderer.invoke("getGames", take, prevCursor),
searchGameRepacks: (query: string) =>
ipcRenderer.invoke("searchGameRepacks", query),
/* User preferences */
getUserPreferences: () => ipcRenderer.invoke("getUserPreferences"),