feat: change selectFolderModal to a section inside repacksModal

This commit is contained in:
José Luís 2024-04-21 00:59:52 -03:00
parent db2b7dc08b
commit 934fb1145e
8 changed files with 101 additions and 158 deletions

View file

@ -99,7 +99,7 @@ contextBridge.exposeInMainWorld("electron", {
},
/* Hardware */
getDiskFreeSpace: () => ipcRenderer.invoke("getDiskFreeSpace"),
getDiskFreeSpace: (path: string) => ipcRenderer.invoke("getDiskFreeSpace", path),
/* Misc */
getOrCacheImage: (url: string) => ipcRenderer.invoke("getOrCacheImage", url),