mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
arm64 support
This commit is contained in:
3
src/types/globals.d.ts
vendored
3
src/types/globals.d.ts
vendored
@@ -30,6 +30,7 @@ declare global {
|
||||
) => Promise<any>;
|
||||
};
|
||||
electron: {
|
||||
getArch: () => Promise<string>;
|
||||
openFileDialog: () => Promise<string>;
|
||||
openDirectoryDialog: () => Promise<string>;
|
||||
desktopNotification: (
|
||||
@@ -63,7 +64,7 @@ declare global {
|
||||
overlayHand: int
|
||||
) => Promise<void>;
|
||||
ipcRenderer: {
|
||||
on(channel: String, func: (...args: unknown[]) => void)
|
||||
on(channel: String, func: (...args: unknown[]) => void);
|
||||
};
|
||||
};
|
||||
__APP_GLOBALS__: AppGlobals;
|
||||
|
||||
Reference in New Issue
Block a user