URI Scheme

This commit is contained in:
Natsumi
2021-09-27 10:43:16 +13:00
parent 2833486091
commit e007d9d23e
8 changed files with 261 additions and 0 deletions
+7
View File
@@ -337,6 +337,13 @@ namespace VRCX
VRCXVR._browser2.ExecuteScriptAsync($"$app.{function}", json);
}
public string GetLaunchCommand()
{
string command = StartupArgs.LaunchCommand;
StartupArgs.LaunchCommand = string.Empty;
return command;
}
public void SetStartup(bool enabled)
{
try