fix: fixing bottom panel scss

This commit is contained in:
Chubby Granny Chaser 2024-11-28 10:13:23 +00:00
parent f66bdd706b
commit f35c34fa63
No known key found for this signature in database
10 changed files with 78 additions and 152 deletions

View file

@ -55,8 +55,8 @@ contextBridge.exposeInMainWorld("electron", {
getGameShopDetails: (objectId: string, shop: GameShop, language: string) =>
ipcRenderer.invoke("getGameShopDetails", objectId, shop, language),
getRandomGame: () => ipcRenderer.invoke("getRandomGame"),
getHowLongToBeat: (title: string) =>
ipcRenderer.invoke("getHowLongToBeat", title),
getHowLongToBeat: (shop: GameShop, objectId: string) =>
ipcRenderer.invoke("getHowLongToBeat", shop, objectId),
getGames: (take?: number, skip?: number) =>
ipcRenderer.invoke("getGames", take, skip),
searchGameRepacks: (query: string) =>