mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: fixing bottom panel scss
This commit is contained in:
parent
f66bdd706b
commit
f35c34fa63
10 changed files with 78 additions and 152 deletions
|
@ -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) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue