mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding dynamic badges
This commit is contained in:
parent
8513f83169
commit
e5f7e9addc
19 changed files with 118 additions and 103 deletions
|
|
@ -266,6 +266,7 @@ contextBridge.exposeInMainWorld("electron", {
|
|||
showItemInFolder: (path: string) =>
|
||||
ipcRenderer.invoke("showItemInFolder", path),
|
||||
getFeatures: () => ipcRenderer.invoke("getFeatures"),
|
||||
getBadges: () => ipcRenderer.invoke("getBadges"),
|
||||
platform: process.platform,
|
||||
|
||||
/* Auto update */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue