mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 18:13:55 +00:00
feat: adding artifact limit
This commit is contained in:
@@ -215,6 +215,8 @@ contextBridge.exposeInMainWorld("electron", {
|
||||
openExternal: (src: string) => ipcRenderer.invoke("openExternal", src),
|
||||
showOpenDialog: (options: Electron.OpenDialogOptions) =>
|
||||
ipcRenderer.invoke("showOpenDialog", options),
|
||||
showItemInFolder: (path: string) =>
|
||||
ipcRenderer.invoke("showItemInFolder", path),
|
||||
platform: process.platform,
|
||||
|
||||
/* Auto update */
|
||||
|
||||
Reference in New Issue
Block a user