mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
added option to start hydra on system startup
This commit is contained in:
parent
5b9af9e0ea
commit
970a3be280
9 changed files with 34 additions and 27 deletions
|
@ -57,6 +57,7 @@ contextBridge.exposeInMainWorld("electron", {
|
|||
getUserPreferences: () => ipcRenderer.invoke("getUserPreferences"),
|
||||
updateUserPreferences: (preferences: UserPreferences) =>
|
||||
ipcRenderer.invoke("updateUserPreferences", preferences),
|
||||
autoLaunch: (enabled: boolean) => ipcRenderer.invoke("autoLaunch", enabled),
|
||||
|
||||
/* Library */
|
||||
addGameToLibrary: (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue