mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-29 05:41:03 +00:00
style: Update formatting in various files
This commit is contained in:
@@ -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