Revert "More friendly experience when presenting repack options"

This commit is contained in:
Zamitto 2024-05-18 16:26:16 -03:00 committed by GitHub
parent e5fec91062
commit 2cb76a9ad4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 16 additions and 794 deletions

View file

@ -112,6 +112,4 @@ contextBridge.exposeInMainWorld("electron", {
showOpenDialog: (options: Electron.OpenDialogOptions) =>
ipcRenderer.invoke("showOpenDialog", options),
platform: process.platform,
getMagnetHealth: (magnet: string) =>
ipcRenderer.invoke("getMagnetHealth", magnet),
});