feat: refactor deeplnik handler

This commit is contained in:
Zamitto 2024-06-16 17:01:38 -03:00
parent 1bf2c8faf9
commit 16c4460011
5 changed files with 6 additions and 8 deletions

View file

@ -104,7 +104,6 @@ contextBridge.exposeInMainWorld("electron", {
/* Misc */
ping: () => ipcRenderer.invoke("ping"),
getVersion: () => ipcRenderer.invoke("getVersion"),
isUserLoggedIn: () => ipcRenderer.invoke("isUserLoggedIn"),
getDefaultDownloadsPath: () => ipcRenderer.invoke("getDefaultDownloadsPath"),
openExternal: (src: string) => ipcRenderer.invoke("openExternal", src),
showOpenDialog: (options: Electron.OpenDialogOptions) =>