mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-31 23:01:02 +00:00
feat: implement game launcher window functionality and enhance deep link handling
This commit is contained in:
@@ -675,6 +675,11 @@ contextBridge.exposeInMainWorld("electron", {
|
||||
closeEditorWindow: (themeId?: string) =>
|
||||
ipcRenderer.invoke("closeEditorWindow", themeId),
|
||||
|
||||
/* Game Launcher Window */
|
||||
showGameLauncherWindow: () => ipcRenderer.invoke("showGameLauncherWindow"),
|
||||
closeGameLauncherWindow: () => ipcRenderer.invoke("closeGameLauncherWindow"),
|
||||
openMainWindow: () => ipcRenderer.invoke("openMainWindow"),
|
||||
|
||||
/* LevelDB Generic CRUD */
|
||||
leveldb: {
|
||||
get: (
|
||||
|
||||
Reference in New Issue
Block a user