mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: own tab to torbox
This commit is contained in:
parent
7fbaea15e8
commit
ebc70ce28f
33 changed files with 256 additions and 141 deletions
|
@ -92,6 +92,8 @@ contextBridge.exposeInMainWorld("electron", {
|
|||
ipcRenderer.invoke("autoLaunch", autoLaunchProps),
|
||||
authenticateRealDebrid: (apiToken: string) =>
|
||||
ipcRenderer.invoke("authenticateRealDebrid", apiToken),
|
||||
authenticateTorBox: (apiToken: string) =>
|
||||
ipcRenderer.invoke("authenticateTorBox", apiToken),
|
||||
|
||||
/* Download sources */
|
||||
putDownloadSource: (objectIds: string[]) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue