🐛 fix: launch created instances through vrchat protocol

This commit is contained in:
2026-06-30 20:44:50 +07:00
parent 7151a3ac90
commit 11d92572e4
9 changed files with 75 additions and 18 deletions
+2 -1
View File
@@ -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>;