mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 17:23:57 +00:00
style: Update formatting in various files
This commit is contained in:
3
src/preload/index.d.ts
vendored
3
src/preload/index.d.ts
vendored
@@ -102,5 +102,6 @@ contextBridge.exposeInMainWorld("electron", {
|
||||
showOpenDialog: (options: Electron.OpenDialogOptions) =>
|
||||
ipcRenderer.invoke("showOpenDialog", options),
|
||||
platform: process.platform,
|
||||
getMagnetHealth: (magnet: string) => ipcRenderer.invoke("getMagnetHealth", magnet),
|
||||
getMagnetHealth: (magnet: string) =>
|
||||
ipcRenderer.invoke("getMagnetHealth", magnet),
|
||||
});
|
||||
|
||||
@@ -112,5 +112,6 @@ contextBridge.exposeInMainWorld("electron", {
|
||||
showOpenDialog: (options: Electron.OpenDialogOptions) =>
|
||||
ipcRenderer.invoke("showOpenDialog", options),
|
||||
platform: process.platform,
|
||||
getMagnetHealth: (magnet: string) => ipcRenderer.invoke("getMagnetHealth", magnet),
|
||||
getMagnetHealth: (magnet: string) =>
|
||||
ipcRenderer.invoke("getMagnetHealth", magnet),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user