mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: change selectFolderModal to a section inside repacksModal
This commit is contained in:
parent
23f1eb82db
commit
fea8f44c17
8 changed files with 101 additions and 158 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue