mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge branch 'feature/add-download-sources' into feature/game-options-modal
This commit is contained in:
commit
87eaf021b4
19 changed files with 208 additions and 96 deletions
|
@ -58,6 +58,7 @@ contextBridge.exposeInMainWorld("electron", {
|
|||
ipcRenderer.invoke("addDownloadSource", url),
|
||||
removeDownloadSource: (id: number) =>
|
||||
ipcRenderer.invoke("removeDownloadSource", id),
|
||||
syncDownloadSources: () => ipcRenderer.invoke("syncDownloadSources"),
|
||||
|
||||
/* Library */
|
||||
addGameToLibrary: (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue