mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
launch through Steam (fixes #89)
This commit is contained in:
@@ -7259,7 +7259,7 @@ CefSharp.BindObjectAsync(
|
||||
};
|
||||
|
||||
$app.methods.locationToLaunchArg = function (location) {
|
||||
return `"vrchat://launch?id=${location}"`;
|
||||
return `vrchat://launch?id=${location}`;
|
||||
}
|
||||
|
||||
$app.methods.launchGame = function (...args) {
|
||||
|
||||
Reference in New Issue
Block a user