Fix launchcommands on Linux (#1352)

* feat: expose IPC listener to electron world

* feat: add listener + rouing to old function + remove old functions

* feat: register vrcx prefix + route launch arguments to electron
This commit is contained in:
kubectl
2025-08-27 02:52:17 +02:00
committed by GitHub
parent d0eca482fa
commit 21dcc51e83
4 changed files with 56 additions and 19 deletions

View File

@@ -62,6 +62,9 @@ declare global {
menuButton: bool,
overlayHand: int
) => Promise<void>;
ipcRenderer: {
on(channel: String, func: (...args: unknown[]) => void)
};
};
__APP_GLOBALS__: AppGlobals;
}