mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Autorun open single instance of app
This commit is contained in:
3
src/types/globals.d.ts
vendored
3
src/types/globals.d.ts
vendored
@@ -197,7 +197,8 @@ declare global {
|
||||
GetColourBulk(userIds: string[]): Promise<Record<string, number>>;
|
||||
SetAppLauncherSettings(
|
||||
enabled: boolean,
|
||||
killOnExit: boolean
|
||||
killOnExit: boolean,
|
||||
runProcessOnce: boolean
|
||||
): Promise<void>;
|
||||
GetFileBase64(path: string): Promise<string | null>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user