mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 22:03:50 +02:00
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:
3
src/types/globals.d.ts
vendored
3
src/types/globals.d.ts
vendored
@@ -62,6 +62,9 @@ declare global {
|
||||
menuButton: bool,
|
||||
overlayHand: int
|
||||
) => Promise<void>;
|
||||
ipcRenderer: {
|
||||
on(channel: String, func: (...args: unknown[]) => void)
|
||||
};
|
||||
};
|
||||
__APP_GLOBALS__: AppGlobals;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user