mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: Replace getMagnetData with getMagnetHealth in references and implementations
This commit is contained in:
parent
6b9f902b2c
commit
27bff9d2e6
7 changed files with 15 additions and 15 deletions
|
@ -112,5 +112,5 @@ contextBridge.exposeInMainWorld("electron", {
|
|||
showOpenDialog: (options: Electron.OpenDialogOptions) =>
|
||||
ipcRenderer.invoke("showOpenDialog", options),
|
||||
platform: process.platform,
|
||||
getMagnetData: (magnet: string) => ipcRenderer.invoke("getMagnetData", magnet),
|
||||
getMagnetHealth: (magnet: string) => ipcRenderer.invoke("getMagnetHealth", magnet),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue