mirror of
https://github.com/YuzuZensai/VRC-Circle.git
synced 2026-09-13 19:08:52 +00:00
🐛 fix: launch created instances through vrchat protocol
This commit is contained in:
+2
-1
@@ -159,7 +159,8 @@ export interface IpcRequests {
|
||||
|
||||
"game:status": () => IpcResult<GameStatus>;
|
||||
"game:launch": () => IpcResult<GameStatus>;
|
||||
"game:join": (p: { location: string }) => IpcResult<void>;
|
||||
"game:join": (p: { location: string; shortName?: string | null }) => IpcResult<void>;
|
||||
"game:openProtocol": (url: string) => IpcResult<void>;
|
||||
|
||||
"gallery:snapshot": () => IpcResult<GallerySnapshot>;
|
||||
"gallery:reveal": (path: string) => IpcResult<void>;
|
||||
|
||||
Reference in New Issue
Block a user